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