0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 19:52:43 +00:00

Merge branch 'master' into Issue_241

This commit is contained in:
David Bolack
2024-08-13 12:17:45 -05:00
16 changed files with 2635 additions and 2409 deletions

View File

@@ -388,7 +388,7 @@ const Editor = createClass({
view={this.state.view}
value={this.props.brew.style ?? DEFAULT_STYLE_TEXT}
onChange={this.props.onStyleChange}
enableFolding={false}
enableFolding={true}
editorTheme={this.state.editorTheme}
rerenderParent={this.rerenderParent} />
</>;