this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove useless check

-2
-2
src/components/search.tsx
··· 47 47 onCleanup(() => window.removeEventListener("keydown", keyEvent)); 48 48 49 49 const keyEvent = (event: KeyboardEvent) => { 50 - if (document.querySelector("dialog")) return; 51 - 52 50 if (event.key == "/" && document.activeElement !== searchInput) { 53 51 event.preventDefault(); 54 52 searchInput.focus();