From 36e6d7d13ecd62bcc3fd9927fff31973257873e9 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:58:12 +0100 Subject: [PATCH] Start pointer device determination on load --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 4abf8ce3..ff1775cc 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,6 +11,7 @@ import '@/i18n'; import '@/lib/dayjs/Setup.ts'; import '@/lib/koration/Setup.ts'; import '@/index.css'; +import '@/lib/PointerDeviceUtil.ts'; import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; import { defaultPromiseErrorHandler } from '@/lib/DefaultPromiseErrorHandler.ts';