diff --git a/web/libs/editor/src/LabelStudio.tsx b/web/libs/editor/src/LabelStudio.tsx index e278d516dd33..78fc24007a0e 100644 --- a/web/libs/editor/src/LabelStudio.tsx +++ b/web/libs/editor/src/LabelStudio.tsx @@ -165,8 +165,8 @@ export class LabelStudio { ... as well as nulling all these this.store */ - this.store = null; - this.destroy = null; + // this.store = null; + // this.destroy = null; LabelStudio.instances.delete(this); } };