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