#issue_fix double click and opensvg issue fixed

This commit is contained in:
Agriya Dev5
2021-01-04 19:56:12 +05:30
parent 62d63b3efd
commit b173b6c2f7
4 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ export default {
},
async open () {
const ok = await this.openPrep();
if (!ok) { return; }
if (ok === 'Cancel') { return; }
this.svgCanvas.clear();
const input = document.createElement('input');
input.type = 'file';