summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.js
diff options
context:
space:
mode:
authorRomulus Urakagi Tsai <urakagi@gmail.com>2019-12-24 08:57:34 +0000
committerRomulus Urakagi Tsai <urakagi@gmail.com>2019-12-24 08:57:34 +0000
commit93337c20f83146bb702a5af8cf9cdb37f4c53443 (patch)
tree8d40fe3b4fabd0bd2f813620f10ab56ba91f6816 /client/components/main/editor.js
parent6cdd464f54fca423876a27ec2a4269ae5841cdb0 (diff)
downloadwekan-93337c20f83146bb702a5af8cf9cdb37f4c53443.tar.gz
wekan-93337c20f83146bb702a5af8cf9cdb37f4c53443.tar.bz2
wekan-93337c20f83146bb702a5af8cf9cdb37f4c53443.zip
Change upload routine, add upload popup
Diffstat (limited to 'client/components/main/editor.js')
-rwxr-xr-xclient/components/main/editor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/main/editor.js b/client/components/main/editor.js
index bd110868..64f24f98 100755
--- a/client/components/main/editor.js
+++ b/client/components/main/editor.js
@@ -225,6 +225,7 @@ Template.editor.onRendered(() => {
$summernote.summernote('insertNode', img);
};
const processData = function(fileObj) {
+ // FIXME: Change to new API
Utils.processUploadedAttachment(
currentCard,
fileObj,