|
|
@ -95,6 +95,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => { |
|
|
|
const listener = (event) => { |
|
|
|
const listener = (event) => { |
|
|
|
if (configFilePathInput.current !== event.target) { |
|
|
|
if (configFilePathInput.current !== event.target) { |
|
|
|
setShowFilePathInput(false) |
|
|
|
setShowFilePathInput(false) |
|
|
|
|
|
|
|
configFilePathInput.current.value = "" |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|