Closed dstein64 closed 1 year ago
When clicking signs or dragging scrollbars, the hover highlighting is not retained (except if the scrollbars/signs are for the topleft window).
Hover highlighting requires that mousemoveevent is set.
mousemoveevent
This might relate to Neovim #24078, but occurs even when redrawstatus! is not called.
redrawstatus!
https://github.com/dstein64/nvim-scrollview/assets/541289/bccbf96f-68af-4ac0-ba32-7af664934891
Fixed in 8a04e2043f1d2582a5de1a7d97ff53e9e87c9d5f.
When clicking signs or dragging scrollbars, the hover highlighting is not retained (except if the scrollbars/signs are for the topleft window).
Hover highlighting requires that
mousemoveevent
is set.This might relate to Neovim #24078, but occurs even when
redrawstatus!
is not called.https://github.com/dstein64/nvim-scrollview/assets/541289/bccbf96f-68af-4ac0-ba32-7af664934891