Don't reset to root page when clearing the search field

Closes #718.
pull/684/merge
Thibaut Courouble 7 years ago
parent 4dc85f8eaa
commit 76aec2bd95

@ -127,7 +127,6 @@ class app.views.Search extends app.View
if event.target is @resetLink
$.stopEvent(event)
@reset()
app.document.onEscape()
return
onSubmit: (event) ->

Loading…
Cancel
Save