mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
[WEB-4160] fix: close the context menu after select #7113
This commit is contained in:
parent
5a208cb1b9
commit
4e485d6402
@ -311,6 +311,7 @@ export const SidebarProjectsListItem: React.FC<Props> = observer((props) => {
|
||||
customButtonClassName="grid place-items-center"
|
||||
placement="bottom-start"
|
||||
useCaptureForOutsideClick
|
||||
closeOnSelect
|
||||
>
|
||||
{/* TODO: Removed is_favorite logic due to the optimization in projects API */}
|
||||
{/* {isAuthorized && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user