Move the cursor to the end of the search input when searching from URL

pull/438/head
Thibaut Courouble 9 years ago
parent 4cece4cec7
commit 0970a44533

@ -89,6 +89,7 @@ class app.views.Search extends app.View
return unless value = @extractHashValue()
@input.value = @value = value
@input.setSelectionRange(value.length, value.length)
@search true
true

Loading…
Cancel
Save