mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Fixed #1099
This commit is contained in:
parent
47f28d26d1
commit
f82ca5c1b6
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ module.exports = class ThangsTabView extends View
|
|||
@$el.find('.add-thangs-palette .add-thang-palette-icon.selected').removeClass('selected')
|
||||
@selectAddThangType(if wasSelected then null else target.attr 'data-thang-type') unless key.alt or key.meta
|
||||
target.addClass('selected') if @addThangType
|
||||
false
|
||||
#false # was causing #1099, any reason to keep?
|
||||
|
||||
moveAddThangSelection: (direction) ->
|
||||
return unless @addThangType
|
||||
|
|
Loading…
Reference in a new issue