Skip to content
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

Drag and Drop not working with connector enabled #75

Open
amit08255 opened this issue May 5, 2023 · 1 comment
Open

Drag and Drop not working with connector enabled #75

amit08255 opened this issue May 5, 2023 · 1 comment

Comments

@amit08255
Copy link
Contributor

amit08255 commented May 5, 2023

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.

@BasicPrimitives
Copy link
Owner

  1. 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.
  2. You can just place annotations into background using zOrderType = ZOrderType.Background and make elements background semi-transparent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants