Closed p-malecki closed 5 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
radon-ide | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 20, 2024 9:21am |
When you select the zoom outside the observed area it stays open. I don't think it's intended.
When you select the zoom outside the observed area it stays open. I don't think it's intended.
Screen.Recording.2024-11-20.at.08.13.04.mov
I'm aware of this issue, it was present before this PR. I've created issue #747 and will address it in a future.
In this PR, we enhance the user experience of the zoom controls:
translateX
transition, reducing its duration from 0.5sec to 0.2seconMouseOut
withonMouseLeave
to prevent triggering events when moving the mouse out of children elements of thebutton-group-left-wrapper
(similar adjustment withonMouseEnter
)Fixes #730
Test plan: