UPDATE: VERSION-20260313
This commit is contained in:
@@ -18,10 +18,9 @@ export const createGraphTaskElement = (element: GraphTaskElement, width: number
|
||||
if (!realHeight) {
|
||||
realHeight = 120;
|
||||
}
|
||||
// if(element.category === 'precondition') {
|
||||
// width = 100;
|
||||
// realHeight = 100;
|
||||
// }
|
||||
if(element.group === 'condition' || element.group === 'control') {
|
||||
realHeight = 60;
|
||||
}
|
||||
return {
|
||||
shape: 'task',
|
||||
id: element.key,
|
||||
|
||||
Reference in New Issue
Block a user