mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-04 03:49:47 -06:00
fix tab dragging issue
This commit is contained in:
@@ -73,6 +73,10 @@ async function importIntoNote(importNoteId) {
|
||||
}
|
||||
|
||||
async function uploadFiles(importNoteId, files, options) {
|
||||
if (files.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
let noteId;
|
||||
|
||||
for (const file of files) {
|
||||
|
||||
Reference in New Issue
Block a user