Skip to content

Commit afd9353

Browse files
committed
chore: remove force
1 parent fca79fe commit afd9353

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/store.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const defaultErrorsState: ErrorsState = {
1515
};
1616

1717
type State = {
18-
_force: number;
1918
editor: editor.IStandaloneCodeEditor | null;
2019
owner: WorkspaceOwner;
2120
errors: ErrorsState;
@@ -53,7 +52,6 @@ export const useStore = create<State>()((set) => ({
5352
set((state) => ({
5453
...state,
5554
owner,
56-
_force: state._force + 1,
5755
form: {},
5856
})),
5957
}));

0 commit comments

Comments
 (0)