mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Search does not retrigger when context has changed. Take 2.
https://meta.discourse.org/t/using-the-search-this-topic-check-box-blocks-search-on-other-pages/56832/6?u=tgxworld
This commit is contained in:
@@ -182,7 +182,6 @@ export default createWidget("search-menu", {
|
||||
},
|
||||
|
||||
html(attrs) {
|
||||
searchData.contextEnabled = attrs.contextEnabled;
|
||||
const searchContext = this.searchContext();
|
||||
|
||||
const shouldTriggerSearch =
|
||||
|
||||
Reference in New Issue
Block a user