mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 03:12:40 +00:00
Initial pass at Editor Toolbar - Undo and Redo.
This commit is contained in:
@@ -112,6 +112,12 @@ const CodeEditor = createClass({
|
||||
updateSize : function(){
|
||||
this.codeMirror.refresh();
|
||||
},
|
||||
redo : function(){
|
||||
this.codeMirror.redo();
|
||||
},
|
||||
undo : function(){
|
||||
this.codeMirror.undo();
|
||||
},
|
||||
//----------------------//
|
||||
|
||||
render : function(){
|
||||
|
||||
Reference in New Issue
Block a user