skip groupNode from node update
This commit is contained in:
parent
6e609c8dd0
commit
7bc3f9ed30
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ export function TabsProvider({ children }: { children: ReactNode }) {
|
|||
function processFlowNodes(flow: FlowType) {
|
||||
if (!flow.data || !flow.data.nodes) return;
|
||||
flow.data.nodes.forEach((node: NodeType) => {
|
||||
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