agent icon indicating copy to clipboard operation
agent copied to clipboard

Loader reuse existing nodes on reload

Open wildum opened this issue 1 year ago • 0 comments

PR Description

This change optimizes the loader to avoid creating new nodes (declare + config) when they already exist in the graph. This optimization was already implemented for the componentNodes, this extends it to configNodes and declare nodes.

wildum avatar Feb 01 '24 13:02 wildum