diff options
| author | Stephen Blott | 2016-02-27 05:28:21 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-02-27 05:28:21 +0000 |
| commit | f87ae743aa0adf1b09adc8094738916144827145 (patch) | |
| tree | e7d5e4ac3bea7d659466d9e3903f94c95f59b480 /content_scripts | |
| parent | cf08ac3f189d91551c52f8faee3aa04596523768 (diff) | |
| parent | 2d7433e39eb07a2900332a10b34d816ff28ce857 (diff) | |
| download | vimium-f87ae743aa0adf1b09adc8094738916144827145.tar.bz2 | |
Merge pull request #2021 from mrmr1993/click-the-same-way
Make behaviour match LinkHints for goPrevious and goNext
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index b7e097e1..4cebf4e4 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -649,7 +649,6 @@ followLink = (linkElement) -> # if we can click on it, don't simply set location.href: some next/prev links are meant to trigger AJAX # calls, like the 'more' button on GitHub's newsfeed. linkElement.scrollIntoView() - linkElement.focus() DomUtils.simulateClick(linkElement) # |
