Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 12, 2024
1 parent 2f21cad commit db44f7a
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function finder(input, options) {
tagName: (name) => true,
attr: useAttr,
timeoutMs: 1000,
seedMinLength: 2,
seedMinLength: 3,
optimizedMinLength: 2,
maxNumberOfPathChecks: Infinity,
};
Expand Down
2 changes: 1 addition & 1 deletion finder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function finder(input: Element, options?: Partial<Options>): string {
tagName: (name: string) => true,
attr: useAttr,
timeoutMs: 1000,
seedMinLength: 2,
seedMinLength: 3,
optimizedMinLength: 2,
maxNumberOfPathChecks: Infinity,
}
Expand Down
Loading

0 comments on commit db44f7a

Please sign in to comment.