mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Fix condition for opening the rename node prompt (no-changelog) (#18962)
This commit is contained in:
@@ -55,7 +55,7 @@ defineExpose({
|
||||
:virtual-triggering="virtualRef !== undefined"
|
||||
:virtual-ref="virtualRef"
|
||||
:width="virtualRefSize.width.value"
|
||||
:popper-class="$style.popper"
|
||||
:popper-class="`${$style.popper} ignore-key-press-canvas`"
|
||||
:popper-options="{
|
||||
modifiers: [
|
||||
{ name: 'flip', enabled: false },
|
||||
|
||||
@@ -38,7 +38,7 @@ defineExpose({
|
||||
:visible="isVisible"
|
||||
placement="left"
|
||||
:show-arrow="false"
|
||||
:popper-class="$style.component"
|
||||
:popper-class="`${$style.component} ignore-key-press-canvas`"
|
||||
:width="360"
|
||||
:offset="8"
|
||||
append-to="body"
|
||||
|
||||
Reference in New Issue
Block a user