mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Bugfix: MouseEvent.which is not reliable
This commit is contained in:
parent
56df186e8d
commit
5601e100d9
3 changed files with 3 additions and 4 deletions
|
|
@ -435,8 +435,7 @@ class MessageViewMailBoxUserView extends AbstractViewRight {
|
|||
let el = eqs(event, 'a');
|
||||
if (el) {
|
||||
return !(
|
||||
!!event &&
|
||||
3 !== event.which &&
|
||||
0 === event.button &&
|
||||
mailToHelper(
|
||||
el.href,
|
||||
Settings.capa(Capa.Composer) ? ComposePopupView : null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue