implement sort by file name when drag-dropping multiple files

pull/801/head
Mikael Finstad 2021-07-26 15:00:44 +07:00
rodzic 5530482d1e
commit 40d95dbff5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1490,7 +1490,7 @@ const App = memo(() => {
if (filePaths.length < 1) return;
if (filePaths.length > 1) {
showMergeDialog(filePaths, mergeFiles);
showMergeDialog(sortBy(filePaths), mergeFiles);
return;
}