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 afc11f0
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 @@ -202,6 +202,7 @@ export default {
console.debug('Running debugYjs through editor API')
window.OCA.Collectives.editorApi.debugYjs()
}
/*
} else {
window.OCA.Collectives.debugYjs = () => {
const yjsData = {
Expand All @@ -215,6 +216,7 @@ export default {
}
console.debug('Yjs data', JSON.stringify(yjsData))
}
*/
}
},
},
Expand Down

0 comments on commit afc11f0

Please sign in to comment.