ahkohd / tauri-macos-spotlight-example

An example macOS Spotlight app built with Tauri
MIT License
133 stars 8 forks source link

fix: hover not working on older macOS i.e 12.3 #15

Closed ahkohd closed 8 months ago

ahkohd commented 8 months ago

Fix an issue where mouse hover event on the panel does not work on older macOS, for example on 12.3. It turns out the solution is to add a tracking area to the panel.

Area