fuse fuzzy user search

This commit is contained in:
Martti Malmi
2023-11-24 15:50:40 +02:00
parent 2c14a8f404
commit 47aec5437d
6 changed files with 128 additions and 7 deletions

View File

@ -77,7 +77,7 @@ const NetworkGraph = () => {
setOpen(false);
};
const handleKeyDown = (event: { key: string; }) => {
const handleKeyDown = (event: { key: string }) => {
if (event.key === "Escape") {
handleCloseGraph();
}