fix raycaster layers, polygon drag, slider undo, and grid events

- Enable EDITOR_LAYER on R3F raycaster for proper hit detection
- Fix polygon editor drag using refs and direct position passing
- Handle pointercancel events and fix pointerId access in polygon editor
- Fix slider undo by reverting to start value before resuming temporal state
- Allow grid:move during camera drag so polygon editor works while panning
- Bump better-auth to ^1.5.2 and turbo to ^2.8.12
- Remove explicit return type on createAuth for better inference

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Aymeric Rabot
2026-03-03 14:41:19 -05:00
co-authored by Claude Opus 4.6
parent efeea1719c
commit 48979ec014
9 changed files with 251 additions and 43 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"supabase": "2.76.15",
"turbo": "^2.8.11",
"turbo": "^2.8.12",
"typescript": "5.9.3",
"ultracite": "^7.2.4"
},