From 14c279cc8086f29fbdb61d3886b5990c229c29b9 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Thu, 2 Oct 2025 23:38:43 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E9=BB=9E=E6=93=8A=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8D=E6=9C=83=E5=86=8D=E8=B7=B3=E8=BD=89?= =?UTF-8?q?=E7=9A=84=E5=90=8C=E6=99=82=E4=B8=A6=E4=B8=8B=E8=BC=89=E4=BA=86?= =?UTF-8?q?,=20=E5=8F=AA=E6=9C=83=E9=80=B2=E8=A1=8C=E4=B8=8B=E8=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/custom-elements/chat-file.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/ui/custom-elements/chat-file.ts b/client/ui/custom-elements/chat-file.ts index 5eb0e94..78f7625 100644 --- a/client/ui/custom-elements/chat-file.ts +++ b/client/ui/custom-elements/chat-file.ts @@ -23,7 +23,6 @@ customElements.define('chat-file', class extends HTMLElement { // deno-lint-ignore no-window e.onclick = (e) => { e.stopPropagation() - window.open(href, '_blank') } this.appendChild(e) }