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
In the designer, the add/delete actions for connections already use update_graph_connections_in_property_all_fields(). However, while adding/replacing nodes currently uses update_graph_node_in_property_all_fields(), node deletion still uses update_graph_node_all_fields(). The node deletion action should also be updated to use update_graph_node_in_property_all_fields(), with the goal of eventually deprecating update_graph_node_all_fields().
The text was updated successfully, but these errors were encountered:
In the designer, the add/delete actions for connections already use
update_graph_connections_in_property_all_fields()
. However, while adding/replacing nodes currently usesupdate_graph_node_in_property_all_fields()
, node deletion still usesupdate_graph_node_all_fields()
. The node deletion action should also be updated to useupdate_graph_node_in_property_all_fields()
, with the goal of eventually deprecatingupdate_graph_node_all_fields()
.The text was updated successfully, but these errors were encountered: