fix clickCatcher
This commit is contained in:
parent
3585ec53bd
commit
a78fb9def7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class App.clickCatcher extends Spine.Controller
|
|||
render: ->
|
||||
@el.addClass("zIndex-#{ @zIndexScale }") if @zIndexScale
|
||||
@el.on('click', @triggerCallback)
|
||||
@el.height(@holder.prop('scrollHeight'))
|
||||
@el.appendTo(@holder)
|
||||
|
||||
remove: ->
|
||||
|
|
Loading…
Reference in a new issue