Skip to content

Commit

Permalink
Merge pull request #6351 from nextcloud/backport/6346/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(CodeBlock): Fix visibleFocus and pasting in code blocks
  • Loading branch information
juliushaertl committed Sep 13, 2024
2 parents fea2ea1 + 4041c87 commit 366fb90
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 @@ -64,7 +64,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 366fb90

Please sign in to comment.