Browse Source

fix: #1237 can not delete cloned mask

Yidadaa 1 year ago
parent
commit
40223e6b3f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/store/mask.ts

+ 1 - 0
app/store/mask.ts

@@ -57,6 +57,7 @@ export const useMaskStore = create<MaskStore>()(
           ...createEmptyMask(),
           ...mask,
           id,
+          builtin: false,
         };
 
         set(() => ({ masks }));