SequenceEditorPanel now doesn't show up if there are no sequences
This commit is contained in:
parent
a939abd017
commit
325dade59d
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ const Content: React.FC<{}> = () => {
|
|||
)
|
||||
.getValue()
|
||||
|
||||
if (val(layoutP.tree.children).length === 0) return <></>
|
||||
|
||||
const containerRef = prism.memo(
|
||||
'containerRef',
|
||||
preventHorizontalWheelEvents,
|
||||
|
|
Loading…
Reference in a new issue