diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-17 23:12:34 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-05-17 23:12:34 +0900 |
commit | 17dc2bb5ec6a53c67e1b6df2b82410239eee95fc (patch) | |
tree | 948648fb6734ad406121812a939460c24c19fb2d /src/content/components/top-content | |
parent | fb8b4d28ce47171a83a7bf5148293fd2318cc02f (diff) |
Send properties on activate
Diffstat (limited to 'src/content/components/top-content')
-rw-r--r-- | src/content/components/top-content/follow-controller.ts | 2 |
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!!, }); } |