mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 22:22:58 +00:00
small changes
This commit is contained in:
@@ -337,6 +337,8 @@ const Editor = forwardRef(
|
|||||||
tab='brewSettings' //necessary or the brew object loses its contents, culprit possibly on the tab dependent useEffect in codeEditor.jsx
|
tab='brewSettings' //necessary or the brew object loses its contents, culprit possibly on the tab dependent useEffect in codeEditor.jsx
|
||||||
view={view}
|
view={view}
|
||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
|
editorTheme={editorSettings.editorTheme}
|
||||||
|
onThemeChange={setIsDark}
|
||||||
settings={editorSettings}
|
settings={editorSettings}
|
||||||
/>
|
/>
|
||||||
<SettingsEditor
|
<SettingsEditor
|
||||||
|
|||||||
Reference in New Issue
Block a user