diff --git a/app/components/mask.tsx b/app/components/mask.tsx index adb5d448b..8aec50371 100644 --- a/app/components/mask.tsx +++ b/app/components/mask.tsx @@ -256,6 +256,11 @@ export function MaskPage() { maskStore.create(mask); } } + return; + } + //if the content is a single mask. + if (importMasks.name) { + maskStore.create(importMasks); } } catch {} });