diff options
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js index 6d8cc7e..bb19df8 100644 --- a/src/operations/index.js +++ b/src/operations/index.js @@ -13,6 +13,8 @@ export default { FOLLOW_START: 'follow.start', NAVIGATE_HISTORY_PREV: 'navigate.history.prev', NAVIGATE_HISTORY_NEXT: 'navigate.history.next', + NAVIGATE_LINK_PREV: 'navigate.link.prev', + NAVIGATE_LINK_NEXT: 'navigate.link.next', // Background TABS_CLOSE: 'tabs.close', |