chore: 移除了一条注释

This commit is contained in:
CrescentLeaf
2026-01-16 23:44:33 +08:00
parent 263a02e0c7
commit 25e5650441

View File

@@ -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 || ''