We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ef6a9 commit ebed75fCopy full SHA for ebed75f
1 file changed
src/components/Editor.vue
@@ -231,7 +231,6 @@ export default defineComponent({
231
})
232
const ydoc = new Doc()
233
const awareness = new Awareness(ydoc)
234
- // Wrap the connection in an object so we can hand it to the Mention extension as a ref.
235
const hasConnectionIssue = ref(false)
236
const { delayed: requireReconnect } = useDelayedFlag(hasConnectionIssue)
237
const { isPublic, isRichEditor, isRichWorkspace } = provideEditorFlags(props)
0 commit comments