fix(editor): fix bug where one cannot scroll down parameters (#4348)

This commit is contained in:
Mutasem Aldmour
2022-10-14 14:58:07 +02:00
committed by GitHub
parent 41a7f9cc8e
commit 7a76c2a35d
3 changed files with 1 additions and 6 deletions

View File

@@ -32,7 +32,6 @@
:hideInputAndOutput="activeNodeType === null"
:position="isTriggerNode && !showTriggerPanel ? 0 : undefined"
:isDraggable="!isTriggerNode"
:hasDoubleWidth="activeNodeType && activeNodeType.parameterPane === 'wide'"
:nodeType="activeNodeType"
@close="close"
@init="onPanelsInit"