![]() When hovering over an inlay hint, point_for_position.as_valid() returns None because inlays don't have valid text positions. This was causing hover_at(editor, None) to be called, which would hide any active hovers. The fix is simple: don't call hover_at when we're over an inlay position. The inlay hover is already handled by update_hovered_link, so we don't need to do anything else. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |