0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 17:22:49 +00:00

Added a todo for generic line styling

This commit is contained in:
Scott Tolksdorf
2017-01-12 01:31:26 -05:00
parent c8b089f7fb
commit b1db8040a4

View File

@@ -76,6 +76,7 @@ const BrewEditor = React.createClass({
this.refs.codeEditor.updateSize();
},
//TODO: convert this into a generic function for columns and blocks
highlightPageLines : function(){
if(!this.refs.codeEditor) return;
const codeMirror = this.refs.codeEditor.codeMirror;