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
If a node from the toolbox is dragged to the editor, it doesn't add the node to the editor.
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.
In version 11.2, the targetContext is instead MainViewViewModel. The if statement, and therefore the validation, return false.
The text was updated successfully, but these errors were encountered:
If a node from the toolbox is dragged to the editor, it doesn't add the node to the editor.
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.
In version 11.2, the targetContext is instead MainViewViewModel. The if statement, and therefore the validation, return false.
The text was updated successfully, but these errors were encountered: