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: ->
|
render: ->
|
||||||
@el.addClass("zIndex-#{ @zIndexScale }") if @zIndexScale
|
@el.addClass("zIndex-#{ @zIndexScale }") if @zIndexScale
|
||||||
@el.on('click', @triggerCallback)
|
@el.on('click', @triggerCallback)
|
||||||
|
@el.height(@holder.prop('scrollHeight'))
|
||||||
@el.appendTo(@holder)
|
@el.appendTo(@holder)
|
||||||
|
|
||||||
remove: ->
|
remove: ->
|
||||||
|
|
Loading…
Reference in a new issue