You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a very long submenu under "Social" submenu and I've managed to set a height and a overflow-y : auto in CSS but whenever I scroll in the submenu, the graph itself if zooming and then, menu closed itself.
Everything is 'normal' from what I've seen in the library code, but how to prevent this ?
I see 2 ways :
Having a method that return a boolean whether or not the context-menu is shown, that boolean can then be used to disabled graph zoom for example.
Having the possibility to disabled auto close menu on zoom maybe ?
Thanks for feedbacks,
Have a nice day.
The text was updated successfully, but these errors were encountered:
// Disable zooming when user open the submenucy.on('cxttap',()=>cy.userZoomingEnabled(false))// Enable it again when user tap or modify viewportcy.on('tap viewport',()=>cy.userZoomingEnabled(true))
Hello,
I've a very long submenu under "Social" submenu and I've managed to set a
height
and aoverflow-y : auto
in CSS but whenever I scroll in the submenu, the graph itself if zooming and then, menu closed itself.Everything is 'normal' from what I've seen in the library code, but how to prevent this ?
I see 2 ways :
Thanks for feedbacks,
Have a nice day.
The text was updated successfully, but these errors were encountered: