#554 Clicking on OK in the Export Image Dialog launch the action but the dialog does not close
parent
9beba70500
commit
4082865ac1
|
@ -188,6 +188,7 @@ export class SeExportDialog extends HTMLElement {
|
|||
quality: this.value
|
||||
} });
|
||||
this.dispatchEvent(triggerEvent);
|
||||
document.getElementById('se-export-dialog').setAttribute('dialog', 'close');
|
||||
}
|
||||
};
|
||||
const onChangeHandler = (e) => {
|
||||
|
|
Loading…
Reference in New Issue