editor: Fix code action not visible until mouse move or buffer interaction (#32804)
Smit Barmase
created
Closes #32796
Regressed since https://github.com/zed-industries/zed/pull/32408. Fixed
in same way as other related PRs
https://github.com/zed-industries/zed/pull/32683,
https://github.com/zed-industries/zed/pull/32692,
https://github.com/zed-industries/zed/pull/32795.
Release Notes:
- Fixed issue where code actions are not visible until the mouse is
moved when the `cursor_blink` setting is `false`.