From 0f9ec3e6abd7e8bc3e725a6acb193e965862d696 Mon Sep 17 00:00:00 2001 From: Agriya Dev5 Date: Mon, 28 Dec 2020 20:22:06 +0530 Subject: [PATCH] #seConfirmDialog remove super.attributeChangedCallback --- src/editor/dialogs/seAlertDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }