mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
fix(editor): Fix copy-pasting workflow into pin data code editor (#4193)
This commit is contained in:
parent
0b6a9585d4
commit
a4f9f041a0
|
@ -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 }"
|
||||||
|
|
Loading…
Reference in a new issue