Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
letterletter committed Apr 22, 2021
1 parent eabb903 commit 4a0d078
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/utils/link/edgeTypes/_utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use strict';
<<<<<<< HEAD
import _ from 'lodash';

const MINDIST = 20;
Expand Down Expand Up @@ -311,4 +312,7 @@ export function _findManhattanPoint (points, pos) {
}
}
return result;
}
}
=======

>>>>>>> 44fc7b5... chore: optimize link code
4 changes: 4 additions & 0 deletions src/utils/link/edgeTypes/bezier.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
'use strict';
import {_findControlPoint, _calcOrientation} from './_utils.js';

Expand Down Expand Up @@ -44,3 +45,6 @@ function drawBezier(sourcePoint, targetPoint) {
}

export default drawBezier;
=======
'use strict';
>>>>>>> 44fc7b5... chore: optimize link code
Loading

0 comments on commit 4a0d078

Please sign in to comment.