diff options
Diffstat (limited to 'packages/gitbook-core/src/lib/createContext.js')
-rw-r--r-- | packages/gitbook-core/src/lib/createContext.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/gitbook-core/src/lib/createContext.js b/packages/gitbook-core/src/lib/createContext.js index c88baad..87593e3 100644 --- a/packages/gitbook-core/src/lib/createContext.js +++ b/packages/gitbook-core/src/lib/createContext.js @@ -19,12 +19,6 @@ const isBrowser = (typeof window !== 'undefined'); * @type {Plugin} */ const corePlugin = new Plugin({ - activate: (dispatch) => { - dispatch(Navigation.activate()); - }, - deactivate: (dispatch) => { - dispatch(Navigation.deactivate()); - }, reduce: coreReducers, actions: { Components, I18n, Navigation |