1
0
Fork 0
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:
Luke 2015-12-25 16:20:23 -05:00 committed by Luke Pulverenti
parent 1cf6664993
commit 4313e01d22

View file

@ -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 () {