mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-27 18:13:08 +00:00
update widgets - add hints component and adjust autocomplete logic
This commit is contained in:
@@ -269,7 +269,7 @@ const Editor = createClass({
|
||||
view={this.state.view}
|
||||
value={this.props.brew.text}
|
||||
onChange={this.props.onTextChange}
|
||||
rerenderParent={this.rerenderParent} />
|
||||
rerenderParent={this.rerenderParent}/>
|
||||
</>;
|
||||
}
|
||||
if(this.isStyle()){
|
||||
|
||||
Reference in New Issue
Block a user