#issue-fix alert dialog overwrite style
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// eslint-disable-next-line node/no-unpublished-import
|
||||
import AlertDialog from 'elix/define/AlertDialog.js';
|
||||
import SePlainAlertDialog from './SePlainAlertDialog.js';
|
||||
/**
|
||||
* @class SePromptDialog
|
||||
*/
|
||||
@@ -11,7 +10,7 @@ export class SePromptDialog extends HTMLElement {
|
||||
super();
|
||||
// create the shadowDom and insert the template
|
||||
this._shadowRoot = this.attachShadow({mode: 'open'});
|
||||
this.dialog = new AlertDialog();
|
||||
this.dialog = new SePlainAlertDialog();
|
||||
}
|
||||
/**
|
||||
* @function observedAttributes
|
||||
|
||||
Reference in New Issue
Block a user