Send properties on activate
This commit is contained in:
parent
fb8b4d28ce
commit
17dc2bb5ec
3 changed files with 10 additions and 17 deletions
|
@ -109,8 +109,6 @@ export interface FollowResponseCountTargetsMessage {
|
|||
export interface FollowCreateHintsMessage {
|
||||
type: typeof FOLLOW_CREATE_HINTS;
|
||||
keysArray: string[];
|
||||
newTab: boolean;
|
||||
background: boolean;
|
||||
}
|
||||
|
||||
export interface FollowShowHintsMessage {
|
||||
|
@ -125,6 +123,8 @@ export interface FollowRemoveHintsMessage {
|
|||
export interface FollowActivateMessage {
|
||||
type: typeof FOLLOW_ACTIVATE;
|
||||
keys: string;
|
||||
newTab: boolean;
|
||||
background: boolean;
|
||||
}
|
||||
|
||||
export interface FollowKeyPressMessage {
|
||||
|
|
Reference in a new issue