skip groupNode from node update
This commit is contained in:
parent
7bc3f9ed30
commit
fbb6f0839a
1 changed files with 1 additions and 0 deletions
|
|
@ -555,6 +555,7 @@ export function TabsProvider({ children }: { children: ReactNode }) {
|
|||
|
||||
const updateNodes = (nodes: Node[], edges: Edge[]) => {
|
||||
nodes.forEach((node) => {
|
||||
if (node.data.node?.flow) return;
|
||||
if (skipNodeUpdate.includes(node.data.type)) return;
|
||||
const template = templates[node.data.type];
|
||||
if (!template) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue