-
Notifications
You must be signed in to change notification settings - Fork 58
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
contextMenuTarget? #2
Comments
Hi there, thanks for your report. I will check that. |
@plavet If So you can set |
I wonder how can I get the target element when I clicked the context menu?(If it is not supported how can I copy text?) |
why not set contextMenuTarget prop to css selector string Uh...when i run
it reports a 404 error |
Hi
how would i set up different place instead of document.body?
This doesn't work
contextMenuTarget: document.querySelector('.header')
The text was updated successfully, but these errors were encountered: