#554 Clicking on OK in the Export Image Dialog launch the action but the dialog does not close
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user