-
Notifications
You must be signed in to change notification settings - Fork 60
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
Prevent opening on hover #31
Comments
This is what I want. But opening on hover is active only if you are over the "insert zone" with cursor. Otherwise it item wont open. |
Hi thanks for you reply! Is there no source code snippet that I could simply comment out and keep it from opening? Because if I am not mistaken isAllowed only fires on drop, doesn’t it?
|
There are snippets which call open() function. Open() is responsible for this functionality. You can wrap this calls to the condition, which will prevent this call. |
How can I prevent the items from opening on hover? Which class do I have to deactivate?
Your help would be really appreciated!
Kind regards
Marc
The text was updated successfully, but these errors were encountered: