1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00
This commit is contained in:
Jaiwanth
2021-06-28 11:00:34 +05:30
parent d8f763664b
commit efd8bf3a0f

View File

@@ -102,8 +102,6 @@ export default class PlainTextExporter extends Exporter {
console.info("Creating output...");
const text = await this.createOutput(res);
if (this.cancelled) return this.cleanUp();
if (this.files.length) {
this.addFile("export.txt", new Blob([text]));
await this.downloadZIP();