Skip to content

Commit

Permalink
fix: Hide author color UI until issues are resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and max-nextcloud committed Mar 4, 2023
1 parent 4069daa commit dce2647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Editor/SessionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<span v-if="session.userId === null" class="guest-label">({{ t('text', 'guest') }})</span>
</li>
</ul>
<!-- disable for now as this broke during the y.js migration
<input id="toggle-color-annotations"
v-model="showAuthorAnnotations"
type="checkbox"
Expand All @@ -56,6 +57,7 @@
<p class="hint">
{{ t('text', 'Author colors are only shown until everyone has closed the document.') }}
</p>
-->
</div>
</template>
</NcPopover>
Expand Down

0 comments on commit dce2647

Please sign in to comment.