fix(editor): Fix copy-pasting workflow into pin data code editor (#4193)

This commit is contained in:
Alex Grozav 2022-09-26 15:27:07 +03:00 committed by GitHub
parent 0b6a9585d4
commit a4f9f041a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }"