From eaf258275d7a07494f2a8edd5e815791cbb84f23 Mon Sep 17 00:00:00 2001 From: jeasonnow Date: Thu, 8 Jun 2023 15:20:16 +0800 Subject: [PATCH] =?UTF-8?q?hotfix:=20=E4=BF=AE=E5=A4=8D=20createElement=20?= =?UTF-8?q?=E4=B8=8D=E8=BF=94=E5=9B=9E=20a=20=E6=A0=87=E7=AD=BE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/inject/event.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/src/inject/event.js b/src-tauri/src/inject/event.js index 582bdde..9124802 100644 --- a/src-tauri/src/inject/event.js +++ b/src-tauri/src/inject/event.js @@ -284,5 +284,7 @@ function detectDownloadByCreateAnchor() { } } }) + + return anchorEle; } }