0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 23:52:48 +00:00

Disable code folding in style tab, disable active line highlight and whitespace visibility

This commit is contained in:
Charlie Humphreys
2021-12-20 00:42:53 -06:00
parent aba2f58fc4
commit 38d8764f15
3 changed files with 59 additions and 47 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} />
</>;
}