0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 22:22:42 +00:00

Update editor.jsx

This commit is contained in:
Trevor Buckner
2024-09-14 19:15:39 -04:00
parent d4fa5d55d0
commit 181c6bf65a

View File

@@ -496,8 +496,6 @@ const Editor = createClass({
view={this.state.view}
value={this.props.brew.text}
onChange={this.props.onTextChange}
onCursorActivity={this.props.onCursorActivity}
onScroll={this.props.onPageChange}
editorTheme={this.state.editorTheme}
rerenderParent={this.rerenderParent} />
</>;