mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Before, you could accidentally get multiple tooltips if a tooltips was interactive (e.g. had a link in it) and on the way to interact with it you would hover another widget with a tooltip. This PR ensures that each `LayerId` only has one tooltip open at a time. You can still have a tooltip for an item inside of a tooltip.