#554 Clicking on OK in the Export Image Dialog launch the action but the dialog does not close

master
agriyadev5 2021-06-02 13:21:32 +05:30
parent 9beba70500
commit 4082865ac1
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {