add some scrolling to click on sidebar
This commit is contained in:
parent
7229e068c5
commit
e8da85562c
|
@ -23,7 +23,13 @@ View = Ember.CollectionView.extend
|
|||
colorForState(@get('repo.lastBuildState'))
|
||||
).property('repo.lastBuildState')
|
||||
|
||||
scrollTop: (->
|
||||
if (window.scrollY > 0)
|
||||
$('html, body').animate({scrollTop: 0}, 200)
|
||||
)
|
||||
|
||||
click: ->
|
||||
@scrollTop()
|
||||
@get('controller').transitionToRoute('/' + @get('repo.slug'))
|
||||
|
||||
`export default View`
|
||||
|
|
Loading…
Reference in New Issue
Block a user