mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-24 13:41:01 +03:00
checkErrorsScript falsely classified small forms (e.g. register record form opened by "Установить статус") as error modals because they had < 100 elements + a pressDefault button + staticText. Added input field check — forms with editInput elements are data entry forms, not errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>