[WEB-2344] fix: quick action hover (#5449)

* fix: quick action hover

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2024-08-28 20:02:14 +05:30 committed by GitHub
parent de273dd618
commit 3c78292618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@ export const LabelItemBlock = (props: ILabelItemBlock) => {
: "opacity-0 group-hover:pointer-events-auto group-hover:opacity-100"
} ${isLabelGroup && "-top-0.5"}`}
>
<CustomMenu ellipsis>
<CustomMenu ellipsis menuButtonOnClick={() => setIsMenuActive(!isMenuActive)} useCaptureForOutsideClick>
{customMenuItems.map(
({ isVisible, onClick, CustomIcon, text, key }) =>
isVisible && (