Fix expanding first truncated sidebar item

pull/15/head
Thibaut 11 years ago
parent b03112c646
commit d6b4baee31

@ -40,7 +40,7 @@ class app.views.SidebarHover extends app.View
position: =>
if @cursor
top = $.rect(@cursor).top
if top > @offsetTop
if top >= @offsetTop
@clone.style.top = top + 'px'
else
@hide()

Loading…
Cancel
Save