fix(connectionline): draw line from handle where user starts closes #270
This commit is contained in:
@@ -160,6 +160,11 @@ export enum ConnectionLineType {
|
||||
|
||||
export type OnConnectFunc = (connection: Connection) => void;
|
||||
|
||||
export type SetConnectionId = {
|
||||
connectionNodeId: ElementId | null;
|
||||
connectionHandleType: HandleType | null;
|
||||
};
|
||||
|
||||
export interface HandleElement extends XYPosition, Dimensions {
|
||||
id?: ElementId | null;
|
||||
position: Position;
|
||||
|
||||
Reference in New Issue
Block a user