-
Notifications
You must be signed in to change notification settings - Fork 496
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
Undo for DMN decision name direct editing doesnt work on first attempt #1912
Comments
This bug only occurs after initial creation of a DMN DRD (and when then changing the name of the decision). Problem seems to be that the |
It turns out that what triggers this problem is For some reason save XML action is trigger when the label editing is complete. |
One solution would be to register elements position to align-to-origin module on viewer creation so that we can have an early return here: https://github.com/bpmn-io/align-to-origin/blob/34931362346878ea9eec9b248b646c6ba714adf2/lib/align-to-origin.js#L94 since no delta would be computed. |
Closed via #1935 |
Describe the Bug
Undo is not working when using direct edit to adjust a DMN decision name. After having performed multiple actions it works
Steps to Reproduce
Expected Behavior
Undo works
Environment
Additional context
This belong to a series of undo bugs
The text was updated successfully, but these errors were encountered: