Description
Component deletion is not working. When attempting to delete a component, it remains in the graph and the onChange method reports the graph as unchanged.
Steps to Reproduce
- Click delete button on component
Expected Behavior
- Component should be removed from the graph
- onChange callback should fire with updated graph reflecting the deletion
Actual Behavior
- Component is not deleted from the graph
- onChange method reports the graph as unchanged (no modifications detected)
Environment
- Version: "@gorules/jdm-editor": "1.50.6"
Additional Context
It also seems to be broken on the example website : https://editor.gorules.io/
Description
Component deletion is not working. When attempting to delete a component, it remains in the graph and the onChange method reports the graph as unchanged.
Steps to Reproduce
Expected Behavior
Actual Behavior
Environment
Additional Context
It also seems to be broken on the example website : https://editor.gorules.io/