We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3b052 commit aa15822Copy full SHA for aa15822
src/App.js
@@ -61,6 +61,7 @@ function App() {
61
setTextEditor('output');
62
setProcessing(true);
63
setPercentageStage(10);
64
+ setisInputBoxShown(false);
65
66
var lang = selected;
67
const backend_url = process.env.REACT_APP_BACKEND_ENDPOINT_URL + "/runcode";
0 commit comments