diff --git a/src/editor/dialogs/seAlertDialog.js b/src/editor/dialogs/seAlertDialog.js index bf07001a..6d417f22 100644 --- a/src/editor/dialogs/seAlertDialog.js +++ b/src/editor/dialogs/seAlertDialog.js @@ -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; } }