onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
3.75k stars 232 forks source link

Use popover instead of dropdown for zoom control #797

Closed Kitenite closed 3 days ago

Kitenite commented 3 days ago

Description

The input loses focus on hover because of dropdown. Use popover instead solves this.

What is the purpose of this pull request?