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 from the toolbox to the editor doesn't work in 11.2 #65

Open
Tadelsucht opened this issue Dec 10, 2024 · 0 comments
Open

Comments

@Tadelsucht
Copy link

If a node from the toolbox is dragged to the editor, it doesn't add the node to the editor.
image
The problem seems to be the targetContext in DrawingDropHandler.cs.
In version 11.1.0, the targetContext is DrawingNodeViewModel, and it can validate the node.
image
In version 11.2, the targetContext is instead MainViewViewModel. The if statement, and therefore the validation, return false.
image

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

1 participant