mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fixed the bug where opening a modal or switching a tab while having a thang to add selected would create a thang.
This commit is contained in:
parent
e2db421d1c
commit
00872f80f9
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ module.exports = class ThangsTabView extends View
|
|||
@surface.destroy()
|
||||
|
||||
onViewSwitched: (e) ->
|
||||
@selectAddThang()
|
||||
@surface?.spriteBoss?.selectSprite null, null
|
||||
|
||||
onSpriteMouseDown: (e) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue