mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
B: Fix node double click
This commit is contained in:
parent
c92641f671
commit
e57b61da21
|
@ -136,7 +136,7 @@ export function OssFlow() {
|
|||
}
|
||||
} else {
|
||||
if (node.data.operation?.result) {
|
||||
navigateOperationSchema(Number(node.id));
|
||||
navigateOperationSchema(node.data.operation.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user