diff --git a/src/components/Editor.vue b/src/components/Editor.vue index 4ed6d9c5385..a4fe9342b86 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -390,6 +390,7 @@ export default { fileId: this.fileId, queue: this.$queue, initialSession: this.initialSession, + disableBC: true, }) this.$providers.push(syncServiceProvider) this.forceRecreate = false