We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90acbd commit 49f03e8Copy full SHA for 49f03e8
src/components/platformSelector/index.tsx
@@ -63,7 +63,7 @@ export function PlatformSelector({
63
const currentPlatformKey = currentPlatform?.key;
64
const [open, setOpen] = useState(false);
65
const [searchValue, setSearchValue] = useState('');
66
-
+
67
// Stabilize search value updates to prevent focus issues
68
const handleSearchValueChange = useCallback((value: string) => {
69
setSearchValue(value);
0 commit comments