better handling of events. added tab search via targetId

This commit is contained in:
Tommy D. Rossi
2025-11-24 19:23:57 +01:00
parent b6ecd3b3d9
commit 48089d1f40
3 changed files with 269 additions and 238 deletions
-1
View File
@@ -18,7 +18,6 @@
"scripts": {
"build": "tsc --project . && vite build --config vite.config.mts",
"watch": "vite build --watch --config vite.config.mts",
"test": "playwright test",
"clean": "rm -rf dist"
},
"devDependencies": {