fix(editor): restore stable map editing behavior

This commit is contained in:
Tom Boullay
2026-05-29 00:52:44 +02:00
parent d5675fe82c
commit 343a122c06
28 changed files with 453 additions and 302 deletions
+7
View File
@@ -14,6 +14,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"map:transform": "node scripts/transformMap.cjs",
"preview": "vite preview",
"typecheck": "tsc -b"
},
@@ -32,6 +33,7 @@
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"three": "0.182.0",
"three-stdlib": "^2.36.1",
"zustand": "^5.0.12"
},
"devDependencies": {
@@ -55,5 +57,10 @@
"r3f-perf": {
"@react-three/drei": "$@react-three/drei"
}
},
"knip": {
"ignore": [
"src/types/three/three-addons.d.ts"
]
}
}