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
745df0d74b
commit
ce8bc1a2f6
22 changed files with 123 additions and 153 deletions
|
@ -287,9 +287,9 @@
|
|||
});
|
||||
}
|
||||
|
||||
require(['actionsheet'], function () {
|
||||
require(['actionsheet'], function (actionsheet) {
|
||||
|
||||
ActionSheetElement.show({
|
||||
actionsheet.show({
|
||||
items: menuItems,
|
||||
positionTo: elem,
|
||||
callback: function (id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue