We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa0424 commit 654aaa3Copy full SHA for 654aaa3
src/Thumbnail.moon
@@ -31,7 +31,7 @@ class Thumbnail extends BarAccent
31
redraw: =>
32
if @active
33
super!
34
- if Mouse.x != @lastX and not @thumbfast.disabled and @thumbfast.width >= 0 and @thumbfast.height >= 0
+ if Mouse.x != @lastX and not @thumbfast.disabled
35
@lastX = Mouse.x
36
37
hoverTime = mp.get_property_number( 'duration', 0 ) * Mouse.x / Window.w
0 commit comments