0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 20:58:40 +00:00

safe jumps

This commit is contained in:
Víctor Losada Hernández
2026-04-13 00:59:26 +02:00
parent ed5e5004e0
commit 40246d8493
+3 -3
View File
@@ -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}>