Change upload routine, add upload popup

This commit is contained in:
Romulus Urakagi Tsai 2019-12-24 08:57:34 +00:00
parent 6cdd464f54
commit 93337c20f8
5 changed files with 56 additions and 13 deletions

View file

@ -225,6 +225,7 @@ Template.editor.onRendered(() => {
$summernote.summernote('insertNode', img);
};
const processData = function(fileObj) {
// FIXME: Change to new API
Utils.processUploadedAttachment(
currentCard,
fileObj,