Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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