diff options
| author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 15:18:51 +0900 | 
|---|---|---|
| committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 15:18:51 +0900 | 
| commit | 59a28d0b44bf5de9df4ed61c002c0a280ad28644 (patch) | |
| tree | 289d3d29453b5b2aa7f8ade290702a956e85833f /src/content | |
| parent | 78233b25b76df55d519f1d9082267aba876b4835 (diff) | |
follow key
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();    } | 
