diff options
Diffstat (limited to 'src/content/components/common/follow.js')
-rw-r--r-- | src/content/components/common/follow.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/components/common/follow.js b/src/content/components/common/follow.js index 92d8822..5688da3 100644 --- a/src/content/components/common/follow.js +++ b/src/content/components/common/follow.js @@ -34,6 +34,8 @@ export default class Follow { this.newTab = false; this.hints = {}; this.targets = []; + + messages.onMessage(this.onMessage.bind(this)); } update() { |