diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/follow.js | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } |