Skip to content

Commit

Permalink
feat: close dropdown after clicking on an element
Browse files Browse the repository at this point in the history
  • Loading branch information
corp-0 committed Oct 27, 2024
1 parent 31dbce4 commit bf4e98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/changelog/buildComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const DownloadBuildDropdown = (props: { version: string }) => {
href={`https://unitystationfile.b-cdn.net/UnityStationDevelop/${platform}/${props.version}.zip`}
className="block px-4 py-2 text-sm text-blue-50 hover:bg-gray-100 hover:text-gray-900"
role="menuitem"
onClick={handleClick}
>
{platform}
</a>
Expand Down

0 comments on commit bf4e98e

Please sign in to comment.