chore: 移除了一条注释
This commit is contained in:
@@ -73,7 +73,7 @@ export default class MduiPatchedTextAreaElement extends HTMLElement {
|
|||||||
shadow.appendChild(this.inputContainerDiv)
|
shadow.appendChild(this.inputContainerDiv)
|
||||||
}
|
}
|
||||||
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null) {
|
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) {
|
switch (name) {
|
||||||
case 'value': {
|
case 'value': {
|
||||||
this.value = newValue || ''
|
this.value = newValue || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user