drag & drop multi file upload to note tree

This commit is contained in:
zadam
2019-02-23 20:33:27 +01:00
parent b25deea21d
commit 936f85c09e
8 changed files with 65 additions and 36 deletions

View File

@@ -161,7 +161,7 @@ function registerEntrypoints() {
$("#note-title").bind('keydown', 'return', () => $("#note-detail-text").focus());
$("#upload-file-button").click(fileService.uploadFile);
$("#upload-file-button").click(fileService.openUploadFileDialog);
}
export default {