chore(resizer): cleanup

This commit is contained in:
moklick
2024-02-05 16:58:19 +01:00
parent c9b1b78edf
commit 7830b3573f
3 changed files with 15 additions and 22 deletions
@@ -8,7 +8,7 @@ const selectedAndDraggable = (nodesDraggable: boolean) => (n: Node) =>
n.selected && (n.draggable || (nodesDraggable && typeof n.draggable === 'undefined'));
/**
* Hook for updating node positions with keyboard presses
* Hook for updating node positions by passing a direction and factor
*
* @internal
* @returns function for updating node positions