From b1db8040a4cef1df451f72600f8af3fdd7c2b2a9 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Thu, 12 Jan 2017 01:31:26 -0500 Subject: [PATCH] Added a todo for generic line styling --- shared/homebrewery/brewEditor/brewEditor.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/homebrewery/brewEditor/brewEditor.jsx b/shared/homebrewery/brewEditor/brewEditor.jsx index b321cd0..1f1a2fc 100644 --- a/shared/homebrewery/brewEditor/brewEditor.jsx +++ b/shared/homebrewery/brewEditor/brewEditor.jsx @@ -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;