Skip to content

Commit ebed75f

Browse files
committed
chore(cleanup): remove outdated comment
Signed-off-by: Max <max@nextcloud.com>
1 parent 10ef6a9 commit ebed75f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Editor.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export default defineComponent({
231231
})
232232
const ydoc = new Doc()
233233
const awareness = new Awareness(ydoc)
234-
// Wrap the connection in an object so we can hand it to the Mention extension as a ref.
235234
const hasConnectionIssue = ref(false)
236235
const { delayed: requireReconnect } = useDelayedFlag(hasConnectionIssue)
237236
const { isPublic, isRichEditor, isRichWorkspace } = provideEditorFlags(props)

0 commit comments

Comments
 (0)