[WEB-4160] fix: close the context menu after select #7113
This commit is contained in:
parent
5a208cb1b9
commit
4e485d6402
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue