mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-18 08:39:40 +03:00
98ece6206e
The button/link search in findClickTargetScript jumped from exact to includes matching, causing "Поступление" to match "Поступление билетов" instead of "Поступление (акты, накладные, УПД)" when the shorter name appeared first in DOM order. Add startsWith step for both name and label between exact and includes matching. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>