0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 01:42:47 +00:00

Merge branch 'master' into migration-guide

# Conflicts:
#	package-lock.json
This commit is contained in:
Charlie Humphreys
2022-01-26 08:43:17 -06:00
12 changed files with 420 additions and 524 deletions

View File

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