mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fixed labels and marks not properly updating in the level editor.
This commit is contained in:
parent
e504932e5e
commit
3da0ea9d72
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ module.exports = class ThangsTabView extends CocoView
|
|||
@selectedExtantThangClickTime = new Date()
|
||||
# Show the label above selected thang, notice that we may get here from thang-edit-view, so it will be selected but no label
|
||||
@selectedExtantLank.setNameLabel @selectedExtantLank.thangType.get('name') + ': ' + @selectedExtantThang.id
|
||||
@selectedExtantLank.updateLabels()
|
||||
@selectedExtantLank.updateMarks()
|
||||
else if @addThangLank
|
||||
# We clicked on the background when we had an add Thang selected, so add it
|
||||
@addThang @addThangType, @addThangLank.thang.pos
|
||||
|
|
Loading…
Add table
Reference in a new issue