0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-24 02:28:40 +00:00

Lots of progress with the new editor

This commit is contained in:
Scott Tolksdorf
2017-01-28 22:19:14 -05:00
parent cbab4f4959
commit 7001b71d91
13 changed files with 216 additions and 91 deletions
@@ -33,7 +33,7 @@ const ContinousSave = React.createClass({
window.onbeforeunload = function(){};
},
actionHandler : function(actionType){
if(actionType == 'UPDATE_BREW_TEXT' || actionType == 'UPDATE_META'){
if(actionType == 'UPDATE_BREW_CODE' || actionType == 'UPDATE_META' || actionType == 'UPDATE_BREW_STYLE'){
Actions.pendingSave();
}
},