#seConfirmDialog remove super.attributeChangedCallback

master
Agriya Dev5 2020-12-28 20:22:06 +05:30
parent 4104372a37
commit 0f9ec3e6ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}