We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a677f + 069c5ee commit b121decCopy full SHA for b121dec
1 file changed
src/components/Editor.vue
@@ -56,7 +56,8 @@
56
v-show="contentLoaded"
57
ref="contentWrapper"
58
:read-only="!editMode" />
59
- <SuggestionsBar v-if="isRichEditor && contentLoaded" />
+ <SuggestionsBar
60
+ v-if="isRichEditor && contentLoaded && !isRichWorkspace" />
61
</MainContainer>
62
<Reader
63
v-if="isResolvingConflict"
0 commit comments