1
0
Fork 0
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:
Dmitry Lyzo 2022-10-03 16:47:17 +03:00
parent 8a75e711e4
commit aa2fd79e74
2 changed files with 25 additions and 13 deletions

View file

@ -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);