fix: validation summary click-to-select now opens node editor panel

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-03-12 22:22:29 -04:00
parent d989fabd90
commit b804c63754

View File

@@ -263,7 +263,7 @@ export function TreeEditorPage() {
}
const handleSelectNode = (nodeId: string) => {
selectNode(nodeId)
handleNodeSelect(nodeId)
}
const handleFixWithAI = async () => {