How to close react-context menu on document scroll?
Closed this issue · 3 comments
ashishyadav0019 commented
vkbansal commented
You can add a scroll listener on the element and call hideMenu
from react-contextmenu/lib/actions
ashishyadav0019 commented
Thanks alot it worked
it is in react-contextmenu/src/actions
not react-contextmenu/lib/actions
I used it Like
import { hideMenu } from "react-contextmenu/src/actions";
AndAShape commented
This worked for me...
import { hideMenu } from "react-contextmenu"