mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01: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