From 25e56504413a14113b57ddc9a94dbbf6b5ad7d94 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Fri, 16 Jan 2026 23:44:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/MduiPatchedTextAreaElement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/MduiPatchedTextAreaElement.ts b/client/ui/MduiPatchedTextAreaElement.ts index 0459886..e782baa 100644 --- a/client/ui/MduiPatchedTextAreaElement.ts +++ b/client/ui/MduiPatchedTextAreaElement.ts @@ -73,7 +73,7 @@ export default class MduiPatchedTextAreaElement extends HTMLElement { shadow.appendChild(this.inputContainerDiv) } attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null) { - console.log(this.inputDiv, name, oldValue, newValue) + // console.log(this.inputDiv, name, oldValue, newValue) switch (name) { case 'value': { this.value = newValue || ''