Skip to content

Commit 2a57575

Browse files
authored
Fix silly code errir
1 parent 94033cc commit 2a57575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/libs/editor/src/mixins/Syncable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const SyncableMixin = types
140140
let sync = self.sync;
141141
let fallbackSync = self.name;
142142

143-
if (ff.isActive(FF_DEV_3391) {
143+
if (ff.isActive(FF_DEV_3391)) {
144144
if (!self.annotationStore.initialized) return;
145145

146146
sync = `${self.sync}@${self.annotation.id}`;

0 commit comments

Comments
 (0)