Merge remote-tracking branch 'origin/master'

This commit is contained in:
Stefan Dej
2021-04-23 21:21:06 +02:00

View File

@@ -877,7 +877,7 @@
});
},
async saveFile() {
let file = new File([this.editor.sourcecode], encodeURI(this.editor.item.filename));
let file = new File([this.editor.sourcecode], this.editor.item.filename);
await this.doUploadFile(file);