Telescope result selection influenced by mouse

Bug report

When searching for a command in Telescope, sometimes a search result is selected with the mouse even though the mouse is not being moved. I would expect that the mouse pointer would have no effect on the selection of a search result if it is not being moved. By default, the first result should be selected.

This usually works, but sometimes it doesn’t. I can’t see a pattern behind it.

Environment

  • Platform: Windows
  • Platform version: 11
  • App Version: 6.0.0-canary.1

How to reproduce

See for yourself:
telescope-result-selection

Hi @Lukas,

It looks like the event should be mousemove instead of mouseenter here. Will update it!

1 Like