You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag and drop not working with connector annotation enabled. Can I add a class to div that SVG for connector annotations? Or can I add z-index to -1 to the connector div container? It works after setting z-index to -1.
The text was updated successfully, but these errors were encountered:
There is css option: pointer-events: none;
It makes element transparent to mouse events. It should be added to the layer containing annotations. Source code changes required.
You can just place annotations into background using zOrderType = ZOrderType.Background and make elements background semi-transparent.
Drag and drop not working with connector annotation enabled. Can I add a class to div that SVG for connector annotations? Or can I add
z-index
to-1
to the connector div container? It works after settingz-index
to-1
.The text was updated successfully, but these errors were encountered: