mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Manual search is persistent through tab changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user