Cancel following by <C-[>

This commit is contained in:
Shin'ya Ueoka 2018-02-26 21:20:13 +09:00
parent c69fdbb14a
commit 8cc7d472df
2 changed files with 7 additions and 2 deletions

View file

@ -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;
}