Merge pull request #1083 from danielyxie/dev

Fix monaco jumping to end of file.
This commit is contained in:
hydroflame 2021-08-22 23:57:16 -04:00 committed by GitHub
commit 4a9bac99d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -287,7 +287,7 @@ export function Root(props: IProps): React.ReactElement {
loading={<p>Loading script editor!</p>}
height="80%"
defaultLanguage="javascript"
value={code}
defaultValue={code}
onChange={updateCode}
theme={options.theme}
options={options}