fix(tabsContext.tsx): temporarily comment out the processFlowNodes function call to prevent node update

This commit is contained in:
anovazzi1 2023-10-25 12:05:36 -03:00
commit 64bdab071d
2 changed files with 355 additions and 321 deletions

File diff suppressed because it is too large Load diff

View file

@ -508,7 +508,8 @@ export function TabsProvider({ children }: { children: ReactNode }) {
let data = flow?.data ? flow.data : null;
if (data) {
processFlowEdges(flow);
processFlowNodes(flow);
//prevent node update for now
// processFlowNodes(flow);
//add animation to text type edges
updateEdges(data.edges);
// updateNodes(data.nodes, data.edges);