#seConfirmDialog remove super.attributeChangedCallback
parent
4104372a37
commit
0f9ec3e6ab
|
@ -34,7 +34,7 @@ export class SeAlertDialog extends HTMLElement {
|
||||||
this.dialog.open();
|
this.dialog.open();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
super.attributeChangedCallback(name, oldValue, newValue);
|
console.error('unkonw attr for:', name, 'newValue =', newValue);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue