hotfix: 修复 createElement 不返回 a 标签的问题

This commit is contained in:
jeasonnow
2023-06-08 15:20:16 +08:00
parent 4bc12a7bf3
commit eaf258275d

View File

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