diff --git a/services/web/public/coffee/editor/Editor.coffee b/services/web/public/coffee/editor/Editor.coffee index e3e60f79d9..15f5307995 100644 --- a/services/web/public/coffee/editor/Editor.coffee +++ b/services/web/public/coffee/editor/Editor.coffee @@ -141,6 +141,7 @@ define [ readOnly: true aceEditor.commands.removeCommand "transposeletters" aceEditor.commands.removeCommand "showSettingsMenu" + aceEditor.commands.removeCommand "foldall" aceEditor.showCommandLine = (args...) => @trigger "showCommandLine", aceEditor, args...