控制台不断地打印出Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at .
Element with focus: div
Ancestor with aria-hidden: ,怎么处理?代码层面能优化吗?
