Web: Files: fixed uploadClipboardFiles

This commit is contained in:
Nikita Gopienko 2024-08-26 15:33:40 +03:00
parent 1b62e53f1a
commit a02624f286

View File

@ -692,7 +692,7 @@ class HotkeyStore {
const files = await getFilesFromEvent(event);
createFoldersTree(files, uploadToFolder).then((f) => {
createFoldersTree(files).then((f) => {
if (f.length > 0) startUpload(f, null, t);
});
};