From 59a28d0b44bf5de9df4ed61c002c0a280ad28644 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 17 Sep 2017 15:18:51 +0900 Subject: follow key --- src/content/follow.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/content/follow.js') diff --git a/src/content/follow.js b/src/content/follow.js index 5abeee0..4cb3866 100644 --- a/src/content/follow.js +++ b/src/content/follow.js @@ -45,6 +45,9 @@ export default class Follow { this.keys.pop(); } + e.stopPropagation(); + e.preventDefault(); + this.refreshKeys(); } -- cgit v1.2.3