fix: format

This commit is contained in:
math-pixel
2026-04-27 13:57:17 +02:00
parent bcf3a63fc5
commit 753a767662
6 changed files with 2430 additions and 10241 deletions
+3 -3
View File
@@ -92,9 +92,9 @@ export default function MapViewer({
<axesHelper args={[10]} />
<group
onClick={(e) => {
e.stopPropagation();
if (!(window as any).isTransforming) {
onClick={(e) => {
e.stopPropagation();
if (!(window as any).isTransforming) {
onSelectNode(null);
}
}}