aboutsummaryrefslogtreecommitdiff
path: root/src/content/components/top-content
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-05-17 23:12:34 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-05-17 23:12:34 +0900
commit17dc2bb5ec6a53c67e1b6df2b82410239eee95fc (patch)
tree948648fb6734ad406121812a939460c24c19fb2d /src/content/components/top-content
parentfb8b4d28ce47171a83a7bf5148293fd2318cc02f (diff)
Send properties on activate
Diffstat (limited to 'src/content/components/top-content')
-rw-r--r--src/content/components/top-content/follow-controller.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/components/top-content/follow-controller.ts b/src/content/components/top-content/follow-controller.ts
index 2fcf365..2a242c2 100644
--- a/src/content/components/top-content/follow-controller.ts
+++ b/src/content/components/top-content/follow-controller.ts
@@ -87,6 +87,8 @@ export default class FollowController {
broadcastMessage(this.win, {
type: messages.FOLLOW_ACTIVATE,
keys: this.state.keys as string,
+ newTab: this.state.newTab!!,
+ background: this.state.background!!,
});
}