mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update action sheet for safari
This commit is contained in:
parent
ba2376fca9
commit
dc8f4dc1f9
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
});
|
||||
|
||||
// Seeing an issue in some non-chrome browsers where this is requiring a double click
|
||||
var eventName = browserInfo.chrome || browserInfo.safari ? 'click' : 'mousedown';
|
||||
var eventName = browserInfo.chrome ? 'click' : 'mousedown';
|
||||
|
||||
$('.actionSheetMenuItem', dlg).on(eventName, function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue