mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-20 01:20:59 +03:00
The expand/collapse code re-searched for the target row by first-cell text, which was ambiguous when parent and child rows share the same prefix (e.g. "БУ"). This caused expand to hit the wrong (already- expanded) row and skip. Use target.y from the initial findClickTarget instead — matches the exact row. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>