Events are caught for only 1 annotation element #658
stockiNail
started this conversation in
Ideas
Replies: 1 comment
-
The plugin is going to the implementation of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the plugin is managing the events for 1 annotation element at once.
When 2 or more annotations are defined and are overlapped, the plugin is getting the element with the following rules:
In the codepen https://codepen.io/stockinail/pen/zYPYXQY we can see how the inner box annotation can not catch any event.
I think this could be changed, enabling the event hooks invocation for all elements affecting by an event.
Beta Was this translation helpful? Give feedback.
All reactions