bug fix: translations do not load on /codeeditor
This commit is contained in:
parent
48be116f5b
commit
32303494f7
@ -189,6 +189,7 @@ void loop() {
|
|||||||
value={fileContent}
|
value={fileContent}
|
||||||
onMount={(editor, monaco) => {
|
onMount={(editor, monaco) => {
|
||||||
editorRef.current = editor;
|
editorRef.current = editor;
|
||||||
|
saveValue();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user