Fix sidebar error when re-opening tab with search input filled

pull/244/head
Thibaut 10 years ago
parent d96ce26bb7
commit 8f13e5f557

@ -152,7 +152,7 @@ class app.views.DocList extends app.View
afterRoute: (route, context) =>
if context.init
@reset revealCurrent: true
@reset revealCurrent: true if @activated
else
@select context.type or context.entry
return

Loading…
Cancel
Save