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: Show Panel button now works — win capture-phase race with driver.js
driver.js registers a capture-phase click handler on document that calls
stopImmediatePropagation() for all clicks inside the popover. Our handler
was being re-registered (losing priority) every time openPanel changed
identity. Use a ref so the listener stays first in the chain, and call
stopImmediatePropagation ourselves to block driver.js from swallowing it.
Made-with: Cursor
0 commit comments