Skip to content

Commit

Permalink
Merge pull request #6350 from nextcloud/backport/6346/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(CodeBlock): Fix visibleFocus and pasting in code blocks
  • Loading branch information
juliusknorr authored Sep 13, 2024
2 parents 929b7d0 + abbd135 commit cd00d09
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 cd00d09

Please sign in to comment.