|
|
@ -59,7 +59,7 @@ export class Dialog extends HTMLElement { |
|
|
this.footerEl.setAttribute('part', 'footer') |
|
|
this.footerEl.setAttribute('part', 'footer') |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
open(anchor = undefined) { |
|
|
open() { |
|
|
this.dialogEl.showModal() |
|
|
this.dialogEl.showModal() |
|
|
this.dialogEl.classList.add('opened') |
|
|
this.dialogEl.classList.add('opened') |
|
|
} |
|
|
} |
|
|
|