diff --git a/src/App.jsx b/src/App.jsx index 0450ebb..e234ba5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1490,7 +1490,7 @@ const App = memo(() => { if (filePaths.length < 1) return; if (filePaths.length > 1) { - showMergeDialog(filePaths, mergeFiles); + showMergeDialog(sortBy(filePaths), mergeFiles); return; }