From c9882b29d4741534cf0ef8d29864078f8c6a71c5 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 24 Oct 2022 12:17:54 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20iframe=20=E4=BD=BF=E7=94=A8=E7=9F=AD?= =?UTF-8?q?=E7=BD=91=E5=9D=80=E4=BC=9A=E6=89=93=E5=BC=80=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=88=96=E8=B7=B3=E8=BD=AC=20APP=20Fix=20https://gith?= =?UTF-8?q?ub.com/siyuan-note/siyuan/issues/6327?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/electron/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/electron/main.js b/app/electron/main.js index c405f6df4..726b46ac6 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -330,7 +330,7 @@ const boot = () => { if (url.startsWith('http://127.0.0.1:6806')) { return } - console.log("will-navigate", url) + event.preventDefault() shell.openExternal(url) }) @@ -340,6 +340,7 @@ const boot = () => { if (url.startsWith('http://127.0.0.1:6806')) { return } + event.preventDefault() })