this addresses #433

This commit is contained in:
gorhill 2015-07-03 05:57:05 -04:00
parent 6a912531dc
commit 0487c23763

View file

@ -534,7 +534,7 @@ var gotoURL = function(ev) {
url: this.getAttribute('href'),
select: true,
index: -1,
popup: rel === 'popup'
popup: rel === 'popup' && ev.shiftKey
}
});