mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
[WEB-4160] fix: close the context menu after select #7113
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user