fix: preserve native cursor click interactions

This commit is contained in:
EtienneLescot
2026-05-05 22:55:33 +02:00
parent f91300a1b7
commit f4fc7fab9e
3 changed files with 118 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
"test:wgc-webcam:win": "node scripts/test-windows-wgc-helper.mjs --webcam",
"test:wgc-full:win": "node scripts/test-windows-wgc-helper.mjs --webcam --system-audio --microphone",
"capture:openscreen-preview": "node scripts/capture-openscreen-preview.mjs",
"inspect:cursor-click-bounce": "node scripts/inspect-native-cursor-click-bounce.mjs",
"build-vite": "tsc && vite build",
"test:browser": "vitest --config vitest.browser.config.ts --run",
"test:browser:install": "playwright install --with-deps chromium-headless-shell",