Fixed spell palette changes for iPad

This commit is contained in:
Michael Schmatz 2014-10-18 09:46:07 -04:00
parent 2e539debbb
commit 4aff89d60a

View file

@ -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()