outerbase / studio

A lightweight SQLite graphical client on your browser. It also support connecting to LibSQL/Turso/rqlite
https://libsqlstudio.com
GNU Affero General Public License v3.0
464 stars 23 forks source link

fix: button "close" click event targeting the icon instead of the entire container #139

Closed rentalhost closed 3 months ago

rentalhost commented 3 months ago

This issue caused the tab to close only when clicking specifically on the icon, even though the hover effect suggested that the entire container was clickable.

image

The green box (the icon itself) is in fact the event element that supports click, while this should be the responsibility of the container marked in blue.

vercel[bot] commented 3 months ago

@rentalhost is attempting to deploy a commit to the Mediaload Team on Vercel.

A member of the Team first needs to authorize it.

invisal commented 3 months ago

Impressive observation.