Merge pull request #558 from SVG-Edit/issues/554

#554 Clicking on OK in the Export Image Dialog launch the action but …
master
JFH 2021-06-02 11:13:14 +02:00 committed by GitHub
commit a9dff71547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) => {