From 6517b04215f98595f8d235274b31e0c7a983b701 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Mon, 17 Nov 2025 00:07:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20chat-mention=20?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/custom-elements/chat-mention.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/ui/custom-elements/chat-mention.ts b/client/ui/custom-elements/chat-mention.ts index 97c6865..0c7d761 100644 --- a/client/ui/custom-elements/chat-mention.ts +++ b/client/ui/custom-elements/chat-mention.ts @@ -14,7 +14,6 @@ customElements.define('chat-mention', class extends HTMLElement { const shadow = this.shadowRoot as ShadowRoot this.span = document.createElement('span') - this.span.style.whiteSpace = 'pre-wrap' this.span.style.fontSynthesis = 'style weight' this.span.style.color = 'rgb(var(--mdui-color-primary))' shadow.appendChild(this.span)