Send properties on activate
This commit is contained in:
parent
fb8b4d28ce
commit
17dc2bb5ec
3 changed files with 10 additions and 17 deletions
|
@ -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!!,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue