Merge pull request #1144 from 0x9be00ff1/fix-mask-download

fix: mask download not working #1119
This commit is contained in:
Yifei Zhang 2023-04-28 20:43:52 +08:00 committed by GitHub
commit b0cd8579f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"