refactor(edge-renderer): cleanup

This commit is contained in:
moklick
2021-11-26 07:07:21 +01:00
parent b2ac219912
commit 33255635af
4 changed files with 52 additions and 48 deletions
-1
View File
@@ -89,7 +89,6 @@ export interface WrapEdgeProps<T = any> {
targetPosition: Position;
elementsSelectable?: boolean;
hidden?: boolean;
handleEdgeUpdate: boolean;
onEdgeUpdate: OnEdgeUpdateFunc;
onContextMenu?: EdgeMouseHandler;
onMouseEnter?: EdgeMouseHandler;