Skip to content

Commit

Permalink
Merge pull request #6352 from nextcloud/backport/6346/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(CodeBlock): Fix visibleFocus and pasting in code blocks
  • Loading branch information
mejo- authored Sep 14, 2024
2 parents 9b154b4 + cdeac43 commit 199215d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<div :class="{'split-view': showCode && showPreview }">
<pre v-show="showCode" class="split-view__code"><NodeViewContent spellcheck="false"
as="code"
tabindex="-1"
:contenteditable="isEditable" /></pre>
<div v-show="showPreview"
ref="preview"
Expand Down

0 comments on commit 199215d

Please sign in to comment.