bug fix: translations do not load on /codeeditor

This commit is contained in:
fab-scm 2022-11-02 14:06:26 +01:00
parent 48be116f5b
commit 32303494f7

View File

@ -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>