fix(editor): Fix condition for opening the rename node prompt (no-changelog) (#18962)

This commit is contained in:
Suguru Inoue
2025-08-29 16:42:59 +02:00
committed by GitHub
parent 21077e9110
commit 6a400732ae
6 changed files with 61 additions and 14 deletions

View File

@@ -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 },

View File

@@ -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"