Removed all reactFlowInstance nodes and edges settings. Centralized flow saving.
This commit is contained in:
parent
6e2673e1d5
commit
f6bd5a4e4a
12 changed files with 96 additions and 167 deletions
|
|
@ -73,10 +73,8 @@ export default function ParameterComponent({
|
|||
const {
|
||||
tabId,
|
||||
flows,
|
||||
updateFlow,
|
||||
nodes,
|
||||
edges,
|
||||
setEdges,
|
||||
setNode,
|
||||
} = useContext(FlowsContext);
|
||||
|
||||
|
|
@ -154,7 +152,7 @@ export default function ParameterComponent({
|
|||
newData.node!.template[name].value = newValue;
|
||||
return newData;
|
||||
});
|
||||
|
||||
|
||||
renderTooltips();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue