mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34: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 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
|
||||
:value="editMode.value"
|
||||
:options="{ scrollBeyondLastLine: false }"
|
||||
|
|
Loading…
Reference in a new issue