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