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:
@@ -263,7 +263,7 @@ export function TreeEditorPage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const handleSelectNode = (nodeId: string) => {
|
const handleSelectNode = (nodeId: string) => {
|
||||||
selectNode(nodeId)
|
handleNodeSelect(nodeId)
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleFixWithAI = async () => {
|
const handleFixWithAI = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user