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