提交 728ddeb6 编写于 作者: F Fatih Acet

Merge branch '61313-fix-dropdown-searchbar' into 'master'

Fix loading.. dropdown at search field

Closes #61313

See merge request gitlab-org/gitlab-ce!28275
......@@ -407,6 +407,7 @@ export class SearchAutocomplete {
if (this.searchInput.val() === '') {
return this.restoreOriginalState();
}
this.dropdownMenu.removeClass('show');
}
restoreOriginalState() {
......
---
title: Fix loading.. dropdown at search field
merge_request: 28275
author: Pavel Chausov
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册