Skip to content

Commit

Permalink
Update src/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Biethman <[email protected]>
  • Loading branch information
mike-plummer and tbiethman authored Apr 29, 2024
1 parent ace7c45 commit 5bf4bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function getUniqueSelector( element, selectorTypes, attributesToIgnore, filter )
// if we found a selector via attribute
if ( attributeSelector )
{
selector = getAttributeSelector( element, attributeToQuery, filter );
selector = attributeSelector
selectorType = 'attribute';
}
}
Expand Down

0 comments on commit 5bf4bc4

Please sign in to comment.