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): set false attribute values on update (openscd#899)
* fix(editing): set false attribute values on update
Since we switched from Replace to Update, we now no longer set falsey
attribute values (like the empty string `''` or `0`). This fixes that
issue.
* test(Editing): add regression test
Co-authored-by: Jakob Vogelsang <[email protected]>
0 commit comments