mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Update search-menu.js.es6
This commit is contained in:
parent
c1f516a604
commit
fc95764f60
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ export default createWidget('search-menu', {
|
|||
const results = [this.attach('search-term', { value: searchData.term, contextEnabled }),
|
||||
this.attach('search-context', { contextEnabled })];
|
||||
|
||||
if (searchData.term)
|
||||
if (searchData.loading) {
|
||||
results.push(h('div.searching', h('div.spinner')));
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue