diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index b4ad37eba..84888b3d0 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -24,7 +24,8 @@ const Snippetbar = createClass({ showEditButtons : true, renderer : 'legacy', undo : ()=>{}, - redo : ()=>{} + redo : ()=>{}, + historySize : ()=>{} }; }, @@ -62,11 +63,11 @@ const Snippetbar = createClass({ if(!this.props.showEditButtons) return; return