Skip to content

Commit eec19aa

Browse files
Merge pull request #6483 from nextcloud/backport/6479/stable30
[stable30] fix(sync): Disable browser broadcast
2 parents 27ca1c4 + 0daa6f9 commit eec19aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Editor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ export default {
391391
fileId: this.fileId,
392392
queue: this.$queue,
393393
initialSession: this.initialSession,
394+
disableBC: true,
394395
})
395396
this.$providers.push(syncServiceProvider)
396397
this.forceRecreate = false

0 commit comments

Comments
 (0)