aboutsummaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/index.js3
1 files changed, 2 insertions, 1 deletions
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();