SequenceEditorPanel now doesn't show up if there are no sequences

This commit is contained in:
Aria Minaei 2021-07-23 22:37:41 +02:00
parent a939abd017
commit 325dade59d

View file

@ -145,6 +145,8 @@ const Content: React.FC<{}> = () => {
)
.getValue()
if (val(layoutP.tree.children).length === 0) return <></>
const containerRef = prism.memo(
'containerRef',
preventHorizontalWheelEvents,