mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 10:52:46 +00:00
Added a todo for generic line styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user