mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix copy-pasting workflow into pin data code editor (#4193)
This commit is contained in:
@@ -168,7 +168,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else-if="editMode.enabled" :class="$style['edit-mode']">
|
<div v-else-if="editMode.enabled" :class="$style['edit-mode']">
|
||||||
<div :class="$style['edit-mode-body']">
|
<div :class="[$style['edit-mode-body'], 'ignore-key-press']">
|
||||||
<code-editor
|
<code-editor
|
||||||
:value="editMode.value"
|
:value="editMode.value"
|
||||||
:options="{ scrollBeyondLastLine: false }"
|
:options="{ scrollBeyondLastLine: false }"
|
||||||
|
|||||||
Reference in New Issue
Block a user