{"version":3,"file":"yYCx0k8J.js","sources":["../../../../node_modules/quasar/src/utils/private.selection/selection.js"],"sourcesContent":["import Platform from '../../plugins/platform/Platform.js'\n\nexport function clearSelection () {\n if (window.getSelection !== void 0) {\n const selection = window.getSelection()\n if (selection.empty !== void 0) {\n selection.empty()\n }\n else if (selection.removeAllRanges !== void 0) {\n selection.removeAllRanges()\n Platform.is.mobile !== true && selection.addRange(document.createRange())\n }\n }\n else if (document.selection !== void 0) {\n document.selection.empty()\n }\n}\n"],"names":["clearSelection","selection","Platform"],"mappings":"4VAEO,SAASA,GAAkB,CAChC,GAAI,OAAO,eAAiB,OAAQ,CAClC,MAAMC,EAAY,OAAO,aAAc,EACnCA,EAAU,QAAU,OACtBA,EAAU,MAAO,EAEVA,EAAU,kBAAoB,SACrCA,EAAU,gBAAiB,EAC3BC,EAAS,GAAG,SAAW,IAAQD,EAAU,SAAS,SAAS,aAAa,EAE3E,MACQ,SAAS,YAAc,QAC9B,SAAS,UAAU,MAAO,CAE9B","x_google_ignoreList":[0]}