Fix loading.. dropdown at search field

Closes #61313
This commit is contained in:
Pavel Chausov 2019-05-22 19:49:12 +00:00 committed by Fatih Acet
parent add00b6986
commit 51057c7117
2 changed files with 6 additions and 0 deletions

View File

@ -407,6 +407,7 @@ export class SearchAutocomplete {
if (this.searchInput.val() === '') {
return this.restoreOriginalState();
}
this.dropdownMenu.removeClass('show');
}
restoreOriginalState() {

View File

@ -0,0 +1,5 @@
---
title: Fix loading.. dropdown at search field
merge_request: 28275
author: Pavel Chausov
type: fixed