Skip to content

Commit

Permalink
fix(editor): Fix copy-pasting workflow into pin data code editor (#4193)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav authored Sep 26, 2022
1 parent 0b6a958 commit a4f9f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/RunData.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }"
Expand Down

0 comments on commit a4f9f04

Please sign in to comment.