mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-11 13:33:41 +03:00
e18e8cd284
Action functions now call dismissPendingErrors() at start, so a leftover error modal from a previous operation doesn't block subsequent actions. Diagnostic functions (getFormState, screenshot) are unchanged — they show current state as-is. Key fixes: - Target OK button within modal's form container (#formN_container) to avoid clicking wrong pressDefault on the page - Use force:true click to bypass #modalSurface pointer intercept - Replace local dismissErrors() in fillReferenceField with shared fn Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>