Skip to content

Commit ed35707

Browse files
committed
prettier fix
1 parent 54122e1 commit ed35707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarsier/tag_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ window.createTextBoundingBoxes = () => {
13151315
root.querySelectorAll("body *").forEach((element) => {
13161316
if (
13171317
["SCRIPT", "STYLE", "IFRAME", "INPUT", "TEXTAREA"].includes(
1318-
element.tagName
1318+
element.tagName,
13191319
)
13201320
) {
13211321
return;

0 commit comments

Comments
 (0)