aboutsummaryrefslogtreecommitdiff
path: root/src/content/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/index.js')
-rw-r--r--src/content/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/index.js b/src/content/index.js
index b233e27..feb169f 100644
--- a/src/content/index.js
+++ b/src/content/index.js
@@ -45,6 +45,9 @@ const invokeEvent = (action) => {
case actions.SCROLL_LINES:
scrolls.scrollLines(window, action[1]);
break;
+ case actions.SCROLL_PAGES:
+ scrolls.scrollPages(window, action[1]);
+ break;
case actions.SCROLL_TOP:
scrolls.scrollTop(window, action[1]);
break;