We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd616bc commit 3d45b2aCopy full SHA for 3d45b2a
src/code-view/internal.tsx
@@ -40,6 +40,7 @@ export function InternalCodeView({
40
{...baseProps}
41
aria-label={ariaLabel}
42
aria-labelledby={ariaLabelledby}
43
+ dir="ltr"
44
ref={__internalRootRef}
45
>
46
<div className={clsx(lineNumbers && styles["root-with-numbers"], actions && styles["root-with-actions"])}>
0 commit comments