Fix realtime undo updates for wall and fence moves

This commit is contained in:
sudhir
2026-04-21 11:12:04 +05:30
parent 86a4a82a92
commit ffa78f1344
11 changed files with 127 additions and 24 deletions
+6
View File
@@ -54,6 +54,12 @@ export {
type ItemInteractiveState,
useInteractive,
} from './store/use-interactive'
export {
getSceneHistoryPauseDepth,
pauseSceneHistory,
resetSceneHistoryPauseDepth,
resumeSceneHistory,
} from './store/history-control'
export { default as useLiveTransforms, type LiveTransform } from './store/use-live-transforms'
export { FenceSystem } from './systems/fence/fence-system'
export { clearSceneHistory, default as useScene } from './store/use-scene'