Merge pull request #1082 from danielyxie/dev

trying to fix the jumping bug
This commit is contained in:
hydroflame 2021-08-22 23:47:44 -04:00 committed by GitHub
commit 49cc75a575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

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