mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
v2.16.0
This commit is contained in:
parent
f12019d77a
commit
0ff571db14
10 changed files with 26 additions and 25 deletions
|
|
@ -24,6 +24,7 @@ dropdownsDetectVisibility = (() =>
|
|||
* @returns {boolean}
|
||||
*/
|
||||
download = (link, name = "") => {
|
||||
console.log('download: '+link);
|
||||
// Firefox 98 issue https://github.com/the-djmaze/snappymail/issues/301
|
||||
if (ThemeStore.isMobile() || /firefox/i.test(navigator.userAgent)) {
|
||||
open(link, '_blank');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue