Skip to content

Commit 47e56b4

Browse files
committed
Increase fuzzy search threshold for clickable elements
1 parent a97e3f8 commit 47e56b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/actions/runActionOnTextMatchedElement.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function matchElementByText(
7575
keys: ["trimmedTextContent"],
7676
ignoreLocation: true,
7777
includeScore: true,
78-
threshold: 0.3,
78+
threshold: 0.4,
7979
});
8080

8181
const matches = fuse.search(text);

0 commit comments

Comments
 (0)