mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 09:12:39 +00:00
Mostly working. Needs tweakages. Presentable
This commit is contained in:
@@ -143,7 +143,6 @@ const EditPage = createClass({
|
||||
},
|
||||
|
||||
handleSnipChange : function(snippet){
|
||||
console.log('Snip Change!');
|
||||
//If there are errors, run the validator on every change to give quick feedback
|
||||
let htmlErrors = this.state.htmlErrors;
|
||||
if(htmlErrors.length) htmlErrors = Markdown.validate(snippet);
|
||||
|
||||
Reference in New Issue
Block a user