helix
helix copied to clipboard
Popup scrollbar
Closes #1248 by implementing a scrollbar as the required hint. As mentioned by @the-mikedavis in #4364. This is a simple copy of the scrollbar functionality from Menu
. The scrollbar is enabled by default and Popup::with_scrollbar()
can be used to toggle it on/off.
Worth mentioning: I found a bug when the popup carries a SignatureHelp
. In cases where the viewport is small enough, the Popup renders outside of it and scrolling cannot proceed all the way down.