diff --git a/src/index.tsx b/src/index.tsx index 464a6e7..7217225 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -567,7 +567,6 @@ export function generateTrigger( inPopupOrChild, triggerOpen, ); - // ======================= Action: Hover ======================== const hoverToShow = showActions.has('hover'); const hoverToHide = hideActions.has('hover');