There was an error while loading. Please reload this page.
1 parent 094fe3d commit b759b4eCopy full SHA for b759b4e
1 file changed
src/helpers/accessibility.ts
@@ -313,8 +313,7 @@ function joinAccessibleNameParts(
313
}
314
315
const previousPart = parts[index - 1];
316
- const separator =
317
- options.inline && previousPart.isInlineText && part.isInlineText ? '' : ' ';
+ const separator = options.inline && previousPart.isInlineText && part.isInlineText ? '' : ' ';
318
return `${accessibleName}${separator}${part.text}`;
319
}, '');
320
0 commit comments