Send properties on activate

This commit is contained in:
Shin'ya Ueoka 2019-05-17 23:12:34 +09:00
parent fb8b4d28ce
commit 17dc2bb5ec
3 changed files with 10 additions and 17 deletions

View file

@ -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!!,
});
}