fix(tabsContext.tsx): temporarily comment out the processFlowNodes function call to prevent node update
This commit is contained in:
parent
27bc4c5498
commit
64bdab071d
2 changed files with 355 additions and 321 deletions
673
src/frontend/package-lock.json
generated
673
src/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue