You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp): make the admin debug panel a hover popover so copy buttons work
Radix tooltips enforce one-open-at-a-time globally (opening any tooltip
dispatches a document event that closes the others), so hovering a copy
button — which opens its own "Copy" tooltip — dismissed the debug panel.
Render the panel as a hover-triggered Popover instead. A popover holds
interactive content without closing, so copy-on-hover now works and the
panel stays open while you interact with it.
0 commit comments