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
fix(editing): don't validate after no-op action (openscd#889)
* fix(editing): don't validate after no-op action
After committing an empty complex action (e.g. clicking "merge" in a
merge wizard without any additions or deletions selected) the `Editing`
mixin needlessly dispatches a ValidateEvent causing lengthy validation
of an already validated document. This fixes that issue.
* test(Editing): add regression tests
Co-authored-by: Jakob Vogelsang <[email protected]>
0 commit comments