feat(network): add alignment toolbar to PropertiesPanel for multi-select

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-04-13 20:11:12 +00:00
parent f90e2c956f
commit 764db79060
3 changed files with 98 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { useCallback } from 'react'
import { Node, Edge } from '@xyflow/react'
import type { Node, Edge } from '@xyflow/react'
interface UseDiagramCommandsParams {
nodes: Node[]