1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Resolve on dialog close

This commit is contained in:
Dmitry Lyzo 2021-09-06 16:50:28 +03:00
parent a25e8d99a0
commit 796975da41

View file

@ -62,7 +62,6 @@ class GroupSelectionMenu {
title: globalize.translate('HeaderSyncPlaySelectGroup'), title: globalize.translate('HeaderSyncPlaySelectGroup'),
items: menuItems, items: menuItems,
positionTo: button, positionTo: button,
resolveOnClick: true,
border: true border: true
}; };
@ -131,7 +130,6 @@ class GroupSelectionMenu {
title: groupInfo.GroupName, title: groupInfo.GroupName,
items: menuItems, items: menuItems,
positionTo: button, positionTo: button,
resolveOnClick: true,
border: true border: true
}; };