mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Merge pull request #1423 from jayant1992/temp-bugfix
Fixes bug with enter press on thangs tab
This commit is contained in:
commit
910e064bb0
1 changed files with 1 additions and 1 deletions
|
@ -516,4 +516,4 @@ class ThangNode extends TreemaObjectNode
|
|||
@buildValueForDisplaySimply valEl, s
|
||||
|
||||
onEnterPressed: ->
|
||||
Backbone.Mediator.publish 'edit-level-thang', levelThang: @data.id
|
||||
Backbone.Mediator.publish 'edit-level-thang', thangID: @data.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue