Merge branch 'auto-rotating-update' into v3
This commit is contained in:
parent
1b6591e992
commit
29b1d08089
|
|
@ -5,7 +5,6 @@ import {Service} from "typedi";
|
|||
import {ElsaApiClientProvider} from "../../../services";
|
||||
import {AxiosResponse} from "axios";
|
||||
import { adjustConnectionsInRequestModel, adjustConnectionsInResponseModel } from '../../../utils/graph';
|
||||
import { adjustConnectionsInRequestModel, adjustConnectionsInResponseModel } from '../../../utils/graph';
|
||||
import { cloneDeep } from '@antv/x6/lib/util/object/object';
|
||||
|
||||
@Service()
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import { PortManager } from "@antv/x6/lib/model/port";
|
|||
import { Connection } from "../modules/flowchart/models";
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import { Activity } from "../models";
|
||||
import {ActivityNode} from "../services";
|
||||
|
||||
export function rebuildGraph(graph: Graph) {
|
||||
graph.getNodes().forEach((node: Node<Node.Properties>) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue