mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1556 from sharelatex/cmg-search-clearing
Stop search bar clearing on enter GitOrigin-RevId: c3dc6236e3fd889b229f68633a17b396cbe45f60
This commit is contained in:
parent
72933bdd81
commit
f887bcb121
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
aria-hidden="true"
|
||||
)
|
||||
button.sr-only(
|
||||
type="button"
|
||||
ng-click="clearSearchText()"
|
||||
ng-show="searchText.value.length > 0"
|
||||
) #{translate('clear_search')}
|
||||
|
|
Loading…
Reference in a new issue