tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
search in slug, not keyword
moth11.net
6 months ago
3932af42
c8bca901
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
components
AutoGrowTextArea.svelte
+1
-1
src/lib/components/AutoGrowTextArea.svelte
···
88
88
const fuseOptions = {
89
89
includeMatches: true,
90
90
threshold: 0.3,
91
91
-
keys: ["keywords"],
91
91
+
keys: ["slug"],
92
92
};
93
93
const fuse = new Fuse(emojis, fuseOptions);
94
94
type RangeTuple = [number, number];