mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Double-clicking a file in the Files tab previously only opened the source viewer; the graph stayed wherever it was. Now also calls navigateToNode first (drills into the layer + selects the node), then re-opens the code viewer so the source panel stays visible. Order matters: navigateToNodeInLayer resets codeViewerOpen, so the openCodeViewer call has to come after. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>