Merge pull request #558 from SVG-Edit/issues/554
#554 Clicking on OK in the Export Image Dialog launch the action but …master
commit
a9dff71547
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue