From d0371a08fd667c31d2681473a8c4e6c8eca4b6ef Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 31 Jan 2016 14:25:39 +0000 Subject: Fix oversight in 7f3ae1ffcf3185392cf30a62f4b83474b68f66cc. One line was unintentionally deleted. --- content_scripts/vimium_frontend.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'content_scripts') diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index f74e8480..a4df78b2 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -308,6 +308,7 @@ window.focusThisFrame = -> extend window, scrollToBottom: -> Marks.setPreviousPosition() + Scroller.scrollTo "y", "max" scrollToTop: (count) -> Marks.setPreviousPosition() Scroller.scrollTo "y", (count - 1) * Settings.get("scrollStepSize") -- cgit v1.2.3