Commit 51057c71 authored by Pavel Chausov's avatar Pavel Chausov Committed by Fatih Acet

Fix loading.. dropdown at search field

Closes #61313
parent add00b69
...@@ -407,6 +407,7 @@ export class SearchAutocomplete { ...@@ -407,6 +407,7 @@ export class SearchAutocomplete {
if (this.searchInput.val() === '') { if (this.searchInput.val() === '') {
return this.restoreOriginalState(); return this.restoreOriginalState();
} }
this.dropdownMenu.removeClass('show');
} }
restoreOriginalState() { restoreOriginalState() {
......
---
title: Fix loading.. dropdown at search field
merge_request: 28275
author: Pavel Chausov
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment