fix(editor): Prevent NodeCreator from swallowing AskAssistant enter event (#11532)

This commit is contained in:
Charlie Kolb
2024-11-07 16:22:13 +01:00
committed by GitHub
parent 6e2809b490
commit db94f169fc
12 changed files with 53 additions and 16 deletions

View File

@@ -1409,7 +1409,7 @@ defineExpose({ enterEditMode });
</div>
<div v-else-if="editMode.enabled" :class="$style.editMode">
<div :class="[$style.editModeBody, 'ignore-key-press']">
<div :class="[$style.editModeBody, 'ignore-key-press-canvas']">
<JsonEditor
:model-value="editMode.value"
:fill-parent="true"