From 51ce0a3fed1cbc61a5ffbf693c6cfee877812e00 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 31 Mar 2020 15:45:20 +0800 Subject: [PATCH] fix hook bug --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 80d39ad7..61e087c2 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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();