mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove fold all command which interferes with typing } on Danish keyboards
This commit is contained in:
parent
2c69cbbb78
commit
c723fbb789
1 changed files with 1 additions and 0 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue