From ea455059bd0af542f3e8c723fc7774e74b8abffe Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 8 Oct 2017 07:41:55 +0900 Subject: prevent keymaps in the page --- src/content/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content') diff --git a/src/content/index.js b/src/content/index.js index a2e3e3d..2c13c70 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -9,7 +9,8 @@ import messages from './messages'; const store = createStore(reducers); const followComponent = new FollowComponent(window.document.body, store); -const contentInputComponent = new ContentInputComponent(window, store); +const contentInputComponent = + new ContentInputComponent(window.document.body, store); store.subscribe(() => { try { followComponent.update(); -- cgit v1.2.3