Fix 'Show more' links in sidebar

pull/447/merge
Thibaut Courouble 9 years ago
parent 5402579a25
commit 0bc34ed011

@ -91,7 +91,7 @@ class app.views.Sidebar extends app.View
return return
onFocus: (event) => onFocus: (event) =>
$.scrollTo event.target, @el, 'continuous', bottomGap: 2 $.scrollTo event.target, @el, 'continuous', bottomGap: 2 unless event.target is @el
return return
onClick: (event) => onClick: (event) =>

Loading…
Cancel
Save