From 17dc2bb5ec6a53c67e1b6df2b82410239eee95fc Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 17 May 2019 23:12:34 +0900 Subject: Send properties on activate --- src/content/components/top-content/follow-controller.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content/components/top-content') 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!!, }); } -- cgit v1.2.3