mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-18 16:49:41 +03:00
31792a8a2d
Previously findClickTargetScript used querySelector (first grid only), making clickElement unable to find rows in second+ grids on multi-grid forms (e.g. system composition wizard). Now uses querySelectorAll to search all visible grids, and returns gridId so the tree node handler can locate the correct grid for expand/collapse. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>