mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
highlight lines after insertion
This commit is contained in:
parent
5c97fea363
commit
4cbdc3cb4b
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ module.exports = class SpellView extends View
|
|||
onCoordinateSelected: (e) ->
|
||||
return unless e.x? and e.y?
|
||||
@ace.insert "{x: #{e.x}, y: #{e.y}}"
|
||||
@highlightCurrentLine()
|
||||
|
||||
onStatementIndexUpdated: (e) ->
|
||||
return unless e.ace is @ace
|
||||
|
|
Loading…
Add table
Reference in a new issue