diff --git a/theatre/studio/src/panels/ObjectEditorPanel/propEditors/BooleanPropEditor.tsx b/theatre/studio/src/panels/ObjectEditorPanel/propEditors/BooleanPropEditor.tsx index 500806b..5852ba7 100644 --- a/theatre/studio/src/panels/ObjectEditorPanel/propEditors/BooleanPropEditor.tsx +++ b/theatre/studio/src/panels/ObjectEditorPanel/propEditors/BooleanPropEditor.tsx @@ -62,7 +62,6 @@ const BooleanPropEditor: React.FC<{ const onChange = useCallback( (el: React.ChangeEvent) => { - window.ppause = true stuff.permenantlySetValue(Boolean(el.target.checked)) }, [propConfig, pointerToProp, obj],