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(selection): Revert to jQuery-behavior for link attrs update
Revert to same behavior as jQuery's .attr() for updating attributes in link():
- null value removes attribute
- undefined value does not modify attribute
This reverts to the behavior before the migration away from jQuery (83e512f).
0 commit comments