mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 02:38:40 +03:00
Delint
This commit is contained in:
parent
d8f763664b
commit
efd8bf3a0f
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue