fix(ui): workflows marked touched on first load

This commit is contained in:
psychedelicious
2024-10-10 13:23:34 +10:00
parent 3b349b2686
commit 0399b04f29

View File

@@ -528,7 +528,8 @@ export const isAnyNodeOrEdgeMutation = isAnyOf(
fieldT5EncoderValueChanged,
fieldCLIPEmbedValueChanged,
fieldFluxVAEModelValueChanged,
nodesChanged,
// The `nodesChanged` has extra logic and is handled in its own extra reducer
// nodesChanged,
nodeIsIntermediateChanged,
nodeIsOpenChanged,
nodeLabelChanged,