Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcguire12 committed Oct 4, 2024
1 parent 54122e1 commit ed35707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarsier/tag_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ window.createTextBoundingBoxes = () => {
root.querySelectorAll("body *").forEach((element) => {
if (
["SCRIPT", "STYLE", "IFRAME", "INPUT", "TEXTAREA"].includes(
element.tagName
element.tagName,
)
) {
return;
Expand Down

0 comments on commit ed35707

Please sign in to comment.