0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 20:38: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(); 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}>