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
129de9d3ae
commit
64b0468c9c
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
||||||
html += '<paper-dialog-scrollable>';
|
html += '<paper-dialog-scrollable>';
|
||||||
}
|
}
|
||||||
|
|
||||||
var itemsWithIcons = options.items.filter(function(o) {
|
var itemsWithIcons = options.items.filter(function (o) {
|
||||||
return o.ironIcon;
|
return o.ironIcon;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
// Seeing an issue in some non-chrome browsers where this is requiring a double click
|
// Seeing an issue in some non-chrome browsers where this is requiring a double click
|
||||||
var eventName = browserInfo.chrome ? 'click' : 'mousedown';
|
var eventName = browserInfo.chrome || browserInfo.safari ? 'click' : 'mousedown';
|
||||||
|
|
||||||
$('.actionSheetMenuItem', dlg).on(eventName, function () {
|
$('.actionSheetMenuItem', dlg).on(eventName, function () {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue