diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-10-09 17:33:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 17:33:56 +0300 |
commit | f2453834ac80e8cc12b973fd4aa18c87d3def67b (patch) | |
tree | 33f6013c464a84ff4d7d30146358e03dfff02066 | |
parent | 417fed86056aa576eb2c964fac58f7e47ec81c4a (diff) | |
parent | 3064cdd3712d2014b0e340dc04faa1efa34b209d (diff) | |
download | wekan-f2453834ac80e8cc12b973fd4aa18c87d3def67b.tar.gz wekan-f2453834ac80e8cc12b973fd4aa18c87d3def67b.tar.bz2 wekan-f2453834ac80e8cc12b973fd4aa18c87d3def67b.zip |
Merge pull request #2754 from moserben16/master
Update attachments.js
-rw-r--r-- | client/components/cards/attachments.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 843f1eb7..59f173c9 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -131,6 +131,8 @@ Template.previewClipboardImagePopup.onRendered(() => { direct(results); }, }); + } else { + direct(results); } } }; |