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

How to disable movement of a Node [QUESTION] #842

Open
datfunnydev opened this issue Mar 28, 2024 · 1 comment
Open

How to disable movement of a Node [QUESTION] #842

datfunnydev opened this issue Mar 28, 2024 · 1 comment
Assignees

Comments

@datfunnydev
Copy link

How to disable movement of a Node. Thank you

@jerosoler jerosoler self-assigned this Mar 29, 2024
@jerosoler
Copy link
Owner

You can use a css class with:

pointer-events:none;

Currently we cannot tell if a node is draggable or not.

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