summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-09 17:33:56 +0300
committerGitHub <noreply@github.com>2019-10-09 17:33:56 +0300
commitf2453834ac80e8cc12b973fd4aa18c87d3def67b (patch)
tree33f6013c464a84ff4d7d30146358e03dfff02066
parent417fed86056aa576eb2c964fac58f7e47ec81c4a (diff)
parent3064cdd3712d2014b0e340dc04faa1efa34b209d (diff)
downloadwekan-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.js2
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);
}
}
};