Skip to content

Commit

Permalink
fix: #1237 can not delete cloned mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed May 4, 2023
1 parent eec1dd6 commit 40223e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/store/mask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const useMaskStore = create<MaskStore>()(
...createEmptyMask(),
...mask,
id,
builtin: false,
};

set(() => ({ masks }));
Expand Down

0 comments on commit 40223e6

Please sign in to comment.