We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fff18 commit 6557a41Copy full SHA for 6557a41
lua/scrollview.lua
@@ -2566,7 +2566,7 @@ if to_bool(fn.exists('&mousemoveevent')) then
2566
start_memoize()
2567
pcall(function()
2568
pending_mousemove_callback_count =
2569
- math.max(0, pending_mousemove_callback_count - 1)
+ math.max(0, pending_mousemove_callback_count - 1)
2570
if pending_mousemove_callback_count > 0 then
2571
-- If there are mousemove callbacks that will occur subsequently,
2572
-- don't execute this one.
0 commit comments