clean path on cancel

pull/2582/head
lianahus 2 years ago committed by Aniket
parent ebfb66b7ba
commit 95751d4ad8
  1. 1
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

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

Loading…
Cancel
Save