-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
closeMenu method documentation #22
Comments
The closeMenu method is not intended to be part of the public API, it is an internal method right now. Thank you |
The menu doesn't close when the parent element (e.g. document body) is clicked.
|
This sounds like a bug. |
When I run this JS in the developer console while the menu is open, I get this back: Only the parent of the parent will be
You can check out demo.nubuilder.com and right-click any button. |
Add documentation for the closeMenu method:
E.g. The closeMenu method is used to close an open context menu.
The text was updated successfully, but these errors were encountered: