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}
|
||||
onMount={(editor, monaco) => {
|
||||
editorRef.current = editor;
|
||||
saveValue();
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
|
Loading…
x
Reference in New Issue
Block a user