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: intercept all pointer events on Show Panel button, not just click
driver.js registers capture-phase handlers on document for pointerdown,
mousedown, pointerup, mouseup AND click. All call stopImmediatePropagation.
We now intercept all five event types on window capture phase to fully
own the event chain for [data-open-panel] button interactions.
Made-with: Cursor
0 commit comments