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:
parent
1508803d6e
commit
67f551d952
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue