mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3987 from dmitrylyzo/fix-dialog-closing
Fix dialog closing flow
This commit is contained in:
commit
b7b60e6bd0
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