mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge pull request #1083 from danielyxie/dev
Fix monaco jumping to end of file.
This commit is contained in:
commit
4a9bac99d2
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
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}
|
||||
|
Loading…
Reference in New Issue
Block a user