B: Fix node double click
This commit is contained in:
parent
3d9930c44f
commit
3e32233764
|
@ -136,7 +136,7 @@ export function OssFlow() {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (node.data.operation?.result) {
|
if (node.data.operation?.result) {
|
||||||
navigateOperationSchema(Number(node.id));
|
navigateOperationSchema(node.data.operation.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user