mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
No fold widgets in ACE.
This commit is contained in:
parent
6c15833b70
commit
0e1afff318
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ module.exports = class SpellView extends CocoView
|
|||
@ace.setShowInvisibles aceConfig.invisibles
|
||||
@ace.setBehavioursEnabled aceConfig.behaviors
|
||||
@ace.setAnimatedScroll true
|
||||
@ace.setShowFoldWidgets false
|
||||
@ace.setKeyboardHandler @keyBindings[aceConfig.keyBindings ? 'default']
|
||||
@toggleControls null, @writable
|
||||
@aceSession.selection.on 'changeCursor', @onCursorActivity
|
||||
|
|
Loading…
Reference in a new issue