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

This commit is contained in:
agriyadev5
2021-06-02 13:21:32 +05:30
parent 9beba70500
commit 4082865ac1

View File

@@ -188,6 +188,7 @@ export class SeExportDialog extends HTMLElement {
quality: this.value quality: this.value
} }); } });
this.dispatchEvent(triggerEvent); this.dispatchEvent(triggerEvent);
document.getElementById('se-export-dialog').setAttribute('dialog', 'close');
} }
}; };
const onChangeHandler = (e) => { const onChangeHandler = (e) => {