#seConfirmDialog remove super.attributeChangedCallback

This commit is contained in:
Agriya Dev5
2020-12-28 20:22:06 +05:30
parent 4104372a37
commit 0f9ec3e6ab

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