mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Merge pull request #1598 from sharelatex/jel-wiki-search
Stop search bar clearing on enter GitOrigin-RevId: 54d0de33fc196ea97b3f8628442704475aa959dd
This commit is contained in:
committed by
James Allen
parent
72ae3f3aa5
commit
e1fb28ae28
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user