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
|
||||
|
|
Reference in a new issue