-
Notifications
You must be signed in to change notification settings - Fork 36
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
Helper block edit dialogues open an all click events, even move and delete #132
Comments
Hmm, I tried to reproduce it, but couldn’t. Can you give step-for-step instructions, or post a screen capture video? |
I've seen this with "type annotation" helper block which is maybe what is being referred to. output.mp4The editor pops up on a move or delete. |
Thanks! That clarifies things. As you can see in your recording, it even happens when moving the block. It looks like the on-click-handling, which opens the dialogue, started to act even when something else happened (moving, deletion). I wonder if this is due to a recent in one of the used libraries. It doesn’t seem to be too disastrous, so I’ll have a look when I am touching the code anyways. But if someone else wants to give it a shot: It’s plain JavaScript, and I guess the bug is somewhere here: https://github.com/nomeata/incredible/tree/master/webui |
Yeah, i mentioned that, but my comment was under the video and easily missed. |
oops! i only played with it a bit and found the bug - sorry for the confusion! |
when i delete a custom block, an editor pops up
The text was updated successfully, but these errors were encountered: