{"version":3,"sources":["webpack:///./node_modules/@ionic/core/dist/esm-es5/status-tap-32c72c43.js"],"names":["startStatusTap","win","window","addEventListener","width","innerWidth","height","innerHeight","el","document","elementFromPoint","contentEl","closest","componentOnReady","then","scrollToTop"],"mappings":"kHAAA,sEAEIA,GAFJ,UAEqB,WACjB,IAAIC,EAAMC,OACVD,EAAIE,iBAAiB,aAAa,WAC9B,gBAAS,WACL,IAAIC,EAAQH,EAAII,WACZC,EAASL,EAAIM,YACbC,EAAKC,SAASC,iBAAiBN,EAAQ,EAAGE,EAAS,GACvD,GAAKE,EAAL,CAGA,IAAIG,EAAYH,EAAGI,QAAQ,eACvBD,GACAA,EAAUE,mBAAmBC,MAAK,WAC9B,gBAAU,WAAc,OAAOH,EAAUI,YAAY","file":"js/chunk-2d0a3a68.c54ab0f2.js","sourcesContent":["import { f as readTask, w as writeTask } from './core-feeeff0d.js';\nimport './config-3c7f3790.js';\nvar startStatusTap = function () {\n var win = window;\n win.addEventListener('statusTap', function () {\n readTask(function () {\n var width = win.innerWidth;\n var height = win.innerHeight;\n var el = document.elementFromPoint(width / 2, height / 2);\n if (!el) {\n return;\n }\n var contentEl = el.closest('ion-content');\n if (contentEl) {\n contentEl.componentOnReady().then(function () {\n writeTask(function () { return contentEl.scrollToTop(300); });\n });\n }\n });\n });\n};\nexport { startStatusTap };\n"],"sourceRoot":""}