Skip to content
Prev Previous commit
Next Next commit
enh(log): debug log when sending updateMessage
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and mejo- committed Jan 29, 2024
commit a473b1e451efaabf485de9259beb61886e8e3253
1 change: 1 addition & 0 deletions src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ export default {
// distribute additional state that may exist locally
const updateMessage = getUpdateMessage(this.$ydoc, documentState)
if (updateMessage) {
logger.debug('onLoaded: Pushing local changes to server')
this.$queue.push(updateMessage)
}
}
Expand Down