Skip to content

Commit

Permalink
enh(log): debug log when sending updateMessage
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and backportbot-nextcloud[bot] committed Jan 19, 2024
1 parent 6739939 commit 283434b
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 283434b

Please sign in to comment.