Closed evindor closed 8 years ago
These coordinates represent the scroll event location. Before this fix if you had NERDTree open (on the left) and was trying to scroll the document, only the NERDTree split scrolled. After the fix the split you have your mouse over is scrolled.
NERDTree
Indeed, so the parameters is the location instead of the delta. However, probably we need to send multiple scrollwheel events if the delta is large.
Thanks for the PR!
These coordinates represent the scroll event location. Before this fix if you had
NERDTree
open (on the left) and was trying to scroll the document, only theNERDTree
split scrolled. After the fix the split you have your mouse over is scrolled.