This commit is contained in:
andrewwallacespeckle
2025-03-14 13:22:35 +00:00
parent 425fdb27f2
commit be4503cf5b
@@ -33,7 +33,7 @@ function useDebugViewer() {
const applyState = (
state: SpeckleViewer.ViewerState.SerializedViewerState | string
) => {
return apply(ensureObj(state), StateApplyMode.TheadFullContextOpen)
return apply(ensureObj(state), StateApplyMode.ThreadFullContextOpen)
}
// Get current viewer instance