File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ const handleLink = (e) => {
13
13
const urlString = data . owaIntercept . length === 2 ? "office" : "live" ;
14
14
const outlookString = `https://outlook.${ urlString } .com/owa/?path=/mail/action/compose&${ paramString } ` ;
15
15
window . open ( outlookString , '_blank' ) ;
16
-
17
- e . preventDefault ( ) ;
18
- return false ;
19
16
}
20
17
} ) ;
18
+ e . preventDefault ( ) ;
19
+ e . stopImmediatePropagation ( ) ;
20
+ e . stopPropagation ( ) ;
21
+ return false ;
21
22
}
22
23
}
23
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " MailtOWA: Mailto O365 Webmail / OutlookWebApp" ,
3
- "version" : " 1.0 " ,
3
+ "version" : " 1.1 " ,
4
4
"description" : " Mailto links open Microsoft Office 365 Webmail / Outlook Web Application Compose by default" ,
5
5
"permissions" : [" storage" ],
6
6
"options_page" : " popup.html" ,
You can’t perform that action at this time.
0 commit comments