Disable tailing when "To top" is clicked
This commit is contained in:
parent
a5cc2dd099
commit
f27ea4a193
|
@ -113,6 +113,7 @@ View = BasicView.extend
|
|||
|
||||
actions:
|
||||
toTop: () ->
|
||||
Travis.tailing.stop()
|
||||
$(window).scrollTop(0)
|
||||
|
||||
toggleTailing: ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user