Skip to content

Commit

Permalink
Merge pull request #5943 from nextcloud/fix/use-has-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Jun 25, 2024
2 parents f360995 + 453048f commit deb3a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
:content="syncError.data.outsideChange"
:is-rich-editor="isRichEditor" />
</Wrapper>
<Assistant v-if="$editor" />
<Assistant v-if="hasEditor" />
<Translate :show="translateModal"
:content="translateContent"
@insert-content="translateInsert"
Expand Down

0 comments on commit deb3a73

Please sign in to comment.