diff --git a/theatre/studio/src/panels/SequenceEditorPanel/SequenceEditorPanel.tsx b/theatre/studio/src/panels/SequenceEditorPanel/SequenceEditorPanel.tsx index 49fb239..f6fbf19 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/SequenceEditorPanel.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/SequenceEditorPanel.tsx @@ -145,6 +145,8 @@ const Content: React.FC<{}> = () => { ) .getValue() + if (val(layoutP.tree.children).length === 0) return <> + const containerRef = prism.memo( 'containerRef', preventHorizontalWheelEvents,