mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix dialog closing flow
This commit is contained in:
parent
8a75e711e4
commit
aa2fd79e74
2 changed files with 25 additions and 13 deletions
|
@ -238,7 +238,6 @@ function showWithUser(options, player, user) {
|
|||
|
||||
return actionsheet.show({
|
||||
items: menuItems,
|
||||
resolveOnClick: true,
|
||||
positionTo: options.positionTo
|
||||
}).then(function (id) {
|
||||
return handleSelectedOption(id, options, player);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue