Skip to content

Commit

Permalink
Chore: Remove leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIchenskiy committed Mar 11, 2024
1 parent 9735ce6 commit a252f3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/models/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,7 @@ export class Node<N extends INodeBase, E extends IEdgeBase> extends Subject impl
setPosition(
callback: (node: INode<N, E>) => INodeCoordinates | INodeMapCoordinates | INodePosition,
isInner?: boolean,
): // options: ISetPositionOptions = defaultOptions {isInner: true} + patch Partial options
void;
): void;
setPosition(
arg:
| INodeCoordinates
Expand Down

0 comments on commit a252f3b

Please sign in to comment.