Bug Fixes
- freezePseudoStates: Remove
pointer-events: noneon<html>that broke Alt+Click targeting —event.targetalways resolved to<html>instead of the actual clicked element (#10) - Open in Editor: Auto-detect Vite project root from
/@fs/script URLs so "Open in Editor" works with relative paths in Vite/SvelteKit dev mode without needing theprojectRootprop (#11)
Cleanup
- Remove dead
suspendPointerEventsFreeze/resumePointerEventsFreezeexports (were never called)
Full Changelog: v1.4.1...v1.4.2