mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 14:33:59 -04:00
Fixed spell palette changes for iPad
This commit is contained in:
parent
2e539debbb
commit
4aff89d60a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ module.exports = class SpellPaletteView extends CocoView
|
|||
itemGroup.append entry.el
|
||||
entry.render() # Render after appending so that we can access parent container for popover
|
||||
@$el.addClass 'hero'
|
||||
@updateMaxHeight()
|
||||
@updateMaxHeight() unless application.isIPadApp
|
||||
|
||||
afterInsert: ->
|
||||
super()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue