[WEB-2344] fix: quick action hover (#5449)
* fix: quick action hover * chore: code refactor
This commit is contained in:
parent
de273dd618
commit
3c78292618
2 changed files with 2 additions and 1 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue