Skip to content

Commit bf4e98e

Browse files
committed
feat: close dropdown after clicking on an element
1 parent 31dbce4 commit bf4e98e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/changelog/buildComponent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const DownloadBuildDropdown = (props: { version: string }) => {
9292
href={`https://unitystationfile.b-cdn.net/UnityStationDevelop/${platform}/${props.version}.zip`}
9393
className="block px-4 py-2 text-sm text-blue-50 hover:bg-gray-100 hover:text-gray-900"
9494
role="menuitem"
95+
onClick={handleClick}
9596
>
9697
{platform}
9798
</a>

0 commit comments

Comments
 (0)