style: apply biome lint fixes after portforward

This commit is contained in:
open-pascal
2026-05-20 00:54:11 +00:00
parent d48be77f5d
commit 3adae8acea
22 changed files with 92 additions and 98 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default function SpawnPanel() {
setDraftRotation(node.rotation)
useLiveTransforms.getState().clear(node.id)
}, [node?.id, node?.rotation, node?.type])
}, [node?.id, node?.rotation, node?.type, node])
const handleUpdate = useCallback(
(updates: Partial<SpawnNode>) => {