Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mejo- committed Nov 5, 2024
1 parent 1bec7a7 commit 9b62a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixins/editorMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export default {
setupEditorDebug() {
window.OCA.Collectives.editorApi = this.editor
window.OCA.Collectives.editorComponent = this.editor.vm.$children[0]
/*
if (this.editor.debugYjs) {
window.OCA.Collectives.debugYjs = () => {
console.debug('Running debugYjs through editor API')
Expand All @@ -216,6 +217,7 @@ export default {
console.debug('Yjs data', JSON.stringify(yjsData))
}
}
*/
},
},
}

0 comments on commit 9b62a0f

Please sign in to comment.