Merge pull request #463 from tw93/hotfix/create_element_return

hotfix: fix createElement no return
This commit is contained in:
santree
2023-06-08 15:21:10 +08:00
committed by GitHub

View File

@@ -284,5 +284,7 @@ function detectDownloadByCreateAnchor() {
}
}
})
return anchorEle;
}
}