Skip to content

Commit aa15822

Browse files
committed
fix: auto open input box on RunCode
1 parent 8d3b052 commit aa15822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function App() {
6161
setTextEditor('output');
6262
setProcessing(true);
6363
setPercentageStage(10);
64+
setisInputBoxShown(false);
6465

6566
var lang = selected;
6667
const backend_url = process.env.REACT_APP_BACKEND_ENDPOINT_URL + "/runcode";

0 commit comments

Comments
 (0)