return empty result

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-17 22:04:25 +02:00
parent 0f50f8d1d9
commit a83b50bb97
5 changed files with 14 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ class AttachmentListController {
insertText = `![📎 ${filename}](${url})`;
}
return insertText;
};
}
select(attachment) {
this.onSelect({attachment: this.getAttachmentMarkdown(attachment)});