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
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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