1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update action sheet

This commit is contained in:
Luke Pulverenti 2016-02-01 13:43:55 -05:00
parent 1508803d6e
commit 67f551d952

View file

@ -127,7 +127,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.firefox ? 'mousedown' : 'click';
dlg.addEventListener(eventName, function (e) {