mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix: lint update (#29336)
This commit is contained in:
parent
25b1a3abbc
commit
75cd2a9649
@ -20,7 +20,7 @@ function ariaConvert(wrapper: CheerIO) {
|
||||
const matches = new Map();
|
||||
|
||||
function process(entry: CheerIOElement) {
|
||||
if (entry.type === 'text') {
|
||||
if (entry.type === 'text' || entry.type === 'comment') {
|
||||
return;
|
||||
}
|
||||
const { attribs, children } = entry;
|
||||
|
Loading…
Reference in New Issue
Block a user