-
Notifications
You must be signed in to change notification settings - Fork 264
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
Moving over link opens modal #104
Comments
I agree, this is almost a deal breaker for us. For now the workaround for me is to override the interactionEvents = ["drop", "paste", "mouseup"]; keyup and focus are removed. |
That being said, it would be great if there was a way to configure which interaction events are bound. |
👍 |
Having the same exact issue as mkoryak and not having any luck overriding the interaction events, though. |
here you go: its a terrible way to fix a bug, but there it is. |
Thanks, I'll give it a whirl! |
works for me thanks! - is there a pull request for this - will it be included in the next release? |
that fix is a hack, it will never be released. |
Hi, this problem is happening also to me. |
its been fixed, and its called using a different editor :P |
Blocking me also. Any updates on the 0.3.4 release? |
big thanks, it works! 👍 |
It works. however i had have some error in inserting images through modal boxes. |
@ilunie try this to fix your image issue: I have altered the minified javascript code at
change
to
Hope it helps |
@ryan2johnson9. Thanks bro .. 👍 |
When moving with the keys over a popup, the createLink Modal is opened. This is a disturbing behaviour.
The text was updated successfully, but these errors were encountered: