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