Cancel following by <C-[>
This commit is contained in:
parent
c69fdbb14a
commit
8cc7d472df
2 changed files with 7 additions and 2 deletions
|
@ -63,6 +63,7 @@ export default class Follow {
|
|||
this.win.parent.postMessage(JSON.stringify({
|
||||
type: messages.FOLLOW_KEY_PRESS,
|
||||
key: key.key,
|
||||
ctrlKey: key.ctrlKey,
|
||||
}), '*');
|
||||
return true;
|
||||
}
|
||||
|
|
Reference in a new issue