Skip to content

Commit b121dec

Browse files
authored
Merge pull request #7875 from nextcloud/fix/7874-Remove-suggestions-buttons-from-text-preview
fix(files): Disable suggestions bar output for not rich workspace
2 parents 98a677f + 069c5ee commit b121dec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Editor.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
v-show="contentLoaded"
5757
ref="contentWrapper"
5858
:read-only="!editMode" />
59-
<SuggestionsBar v-if="isRichEditor && contentLoaded" />
59+
<SuggestionsBar
60+
v-if="isRichEditor && contentLoaded && !isRichWorkspace" />
6061
</MainContainer>
6162
<Reader
6263
v-if="isResolvingConflict"

0 commit comments

Comments
 (0)