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
Issue #837: fix: preserve user edits in transformation expressions when editing transformation connections (#838)
fixes#837
now when moving a wire the expression should not change. it does not try
to figure out how to update it with the new connection, it just copies
it over. this is because we don't know currently whether or not a more
complicated edit has been made, and don't want to lose work on the
expression.
0 commit comments