Skip to content

Commit

Permalink
remove the store removal
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosgarbi committed Apr 11, 2024
1 parent 23e2ff0 commit 73df8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/libs/editor/src/LabelStudio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};
Expand Down

0 comments on commit 73df8df

Please sign in to comment.