mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update ios search menu
This commit is contained in:
parent
386a9bc03d
commit
6e05379d16
2 changed files with 15 additions and 22 deletions
6
dashboard-ui/cordova/searchmenu.js
vendored
6
dashboard-ui/cordova/searchmenu.js
vendored
|
@ -19,6 +19,12 @@
|
|||
Events.trigger(self, 'change', [data.text || '']);
|
||||
|
||||
}, true);
|
||||
|
||||
document.addEventListener('searchClosed', function (data) {
|
||||
|
||||
Events.trigger(self, 'closed');
|
||||
|
||||
}, true);
|
||||
}
|
||||
|
||||
window.SearchMenu = new searchMenu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue