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
Permit markup on prev/next session context buttons
Previously, if a button was customized to have child DOM elements, such as:
```html
<a href="..." data-context-href="..."><span>Text</span></a>
```
it would not receive the intended behavior. Becuase the click target would be a child element (the span in this case), not the element with the required dataset attributes
0 commit comments