fix: speed up fff file search (#31366)

This commit is contained in:
Shoubhit Dash
2026-06-08 19:09:55 +05:30
committed by GitHub
parent 6ab26f5d42
commit 3448afb3b8
7 changed files with 68 additions and 39 deletions
@@ -240,6 +240,7 @@ export const LineCommentEditor = (props: LineCommentEditorProps) => {
},
key: (item) => item.path,
filterKeys: ["path"],
skipFilter: () => true,
onSelect: selectMention,
})