mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Manual search is persistent through tab changes
This commit is contained in:
parent
a2d993138c
commit
9d6f7efbf2
8 changed files with 43 additions and 21 deletions
|
@ -30,7 +30,7 @@ define(
|
|||
|
||||
onShow: function () {
|
||||
this._showSummary();
|
||||
this._releaseSearchActivated = false;
|
||||
this.searchLayout = new SearchLayout({ model: this.model });
|
||||
},
|
||||
|
||||
|
||||
|
@ -58,7 +58,7 @@ define(
|
|||
}
|
||||
|
||||
this.ui.search.tab('show');
|
||||
this.search.show(new SearchLayout({ model: this.model }));
|
||||
this.search.show(this.searchLayout);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue