mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 12:31:48 +00:00
Merge pull request #1598 from sharelatex/jel-wiki-search
Stop search bar clearing on enter GitOrigin-RevId: 54d0de33fc196ea97b3f8628442704475aa959dd
This commit is contained in:
parent
72ae3f3aa5
commit
e1fb28ae28
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ mixin faq_search(headerText, headerClass)
|
|||
aria-hidden="true"
|
||||
)
|
||||
button.sr-only(
|
||||
type="button"
|
||||
ng-click="clearSearchText()",
|
||||
ng-show="searchQueryText.length > 0"
|
||||
) #{translate('clear_search')}
|
||||
|
|
Loading…
Reference in a new issue