mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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 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 }"
|
||||
|
||||
Reference in New Issue
Block a user