From 40246d8493866fba9b7ec34e708e14b460ca859b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Mon, 13 Apr 2026 00:59:26 +0200 Subject: [PATCH] safe jumps --- client/homebrew/editor/editor.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 96021d2e2..e0781054f 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -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 (