mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: show input panel only if trigger panel enabled or not trigger node
This commit is contained in:
parent
472ab7c988
commit
bffa67bcfb
|
@ -47,7 +47,7 @@
|
|||
@dragstart="onDragStart"
|
||||
@dragend="onDragEnd"
|
||||
>
|
||||
<template #input>
|
||||
<template #input v-if="showTriggerPanel || !isTriggerNode">
|
||||
<TriggerPanel
|
||||
v-if="showTriggerPanel"
|
||||
:nodeName="activeNode.name"
|
||||
|
|
Loading…
Reference in a new issue