Skip to content

Commit

Permalink
Fix disappearing groups on change
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Jan 22, 2024
1 parent 228a94b commit d722856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hooks/appState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ export const useAppStore = create<
...group,
editors: [...group.editors, newEditor],
})

break
}

set({ groups: newGroups })
Expand Down

0 comments on commit d722856

Please sign in to comment.