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

@@ -9,7 +9,7 @@
<div id="note-detail-text" class="note-detail-component" tabindex="10000"></div>
<div id="note-detail-code" class="note-detail-component"></div>
<input type="file" id="file-upload" style="display: none" />
<input type="file" id="file-upload" multiple style="display: none" />
<% include search.ejs %>