mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
fix hook bug
This commit is contained in:
parent
3c5429f580
commit
51ce0a3fed
@ -1214,7 +1214,7 @@ const App = memo(() => {
|
||||
addStreamSourceFile(firstFile);
|
||||
setStreamsSelectorShown(true);
|
||||
}
|
||||
}, [addStreamSourceFile, isFileOpened, load, mergeFiles]);
|
||||
}, [addStreamSourceFile, isFileOpened, load, mergeFiles, customOutDir]);
|
||||
|
||||
const onDrop = useCallback(async (ev) => {
|
||||
ev.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user