mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Added line highlighting event for iPad
This commit is contained in:
parent
29a0e7db3f
commit
e7269a62dd
1 changed files with 1 additions and 0 deletions
|
@ -640,6 +640,7 @@ module.exports = class SpellView extends CocoView
|
|||
@aceSession.removeGutterDecoration start.row, @decoratedGutter[start.row] if @decoratedGutter[start.row] isnt ''
|
||||
@aceSession.addGutterDecoration start.row, clazz
|
||||
@decoratedGutter[start.row] = clazz
|
||||
Backbone.Mediator.publish("tome:highlight-line", line:start.row) if application.isIPadApp
|
||||
@debugView?.setVariableStates {} unless gotVariableStates
|
||||
null
|
||||
|
||||
|
|
Loading…
Reference in a new issue