From 73df8df295e5c8dad8cce16e99bd17b461c8c422 Mon Sep 17 00:00:00 2001 From: Julio Sgarbi Date: Thu, 11 Apr 2024 12:25:25 -0300 Subject: [PATCH] remove the store removal --- web/libs/editor/src/LabelStudio.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } };