diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 66e6aaadf..18cc59913 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -354,7 +354,6 @@ const Editor = forwardRef( enableFolding={true} editorTheme={currentEditorTheme} renderer={brew.renderer} - rerenderParent={rerenderParent} style={{ height: `calc(100% - 25px)` }} /> @@ -407,7 +406,7 @@ const Editor = forwardRef( foldCode={foldCode} unfoldCode={unfoldCode} historySize={historySize()} - currentEditorTheme={editorTheme} + currentEditorTheme={currentEditorTheme} updateEditorTheme={updateEditorTheme} themeBundle={themeBundle} cursorPos={codeEditor.current?.getCursorPosition() || {}}