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 (