Merge branch 'codeedit-focus'

This commit is contained in:
sawka 2023-09-15 17:25:01 -07:00
commit 975512d4eb

View File

@ -203,6 +203,9 @@ class SourceCodeRenderer extends React.Component<
this.setState({ message: null });
}, 3000);
});
if (this.props.shouldFocus) {
GlobalCommandRunner.screenSetFocus("input");
}
};
handleEditorChange = (code) => {