Skip to content

Commit 5bf4bc4

Browse files
Update src/index.js
Co-authored-by: Tyler Biethman <[email protected]>
1 parent ace7c45 commit 5bf4bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function getUniqueSelector( element, selectorTypes, attributesToIgnore, filter )
147147
// if we found a selector via attribute
148148
if ( attributeSelector )
149149
{
150-
selector = getAttributeSelector( element, attributeToQuery, filter );
150+
selector = attributeSelector
151151
selectorType = 'attribute';
152152
}
153153
}

0 commit comments

Comments
 (0)