diff --git a/app/components/mask.tsx b/app/components/mask.tsx
index d08f363df..bfaab2b79 100644
--- a/app/components/mask.tsx
+++ b/app/components/mask.tsx
@@ -368,6 +368,9 @@ export function MaskPage() {
                 text={Locale.Mask.EditModal.Download}
                 key="export"
                 bordered
+                onClick={() =>
+                  downloadAs(JSON.stringify(editingMask), "mask.json")
+                }
               />,
               <IconButton
                 key="copy"