mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 16:38:38 +00:00
safe jumps
This commit is contained in:
@@ -352,9 +352,9 @@ foldCode: function() {
|
||||
return this.codeEditor.current?.foldAll();
|
||||
},
|
||||
|
||||
unfoldCode: function() {
|
||||
return this.codeEditor.current?.unfoldAll();
|
||||
},
|
||||
unfoldCode : function() {
|
||||
return this.codeEditor.current?.unfoldAll();
|
||||
},
|
||||
render : function(){
|
||||
return (
|
||||
<div className='editor' ref={this.editor}>
|
||||
|
||||
Reference in New Issue
Block a user