Skip to content

Commit 3d45b2a

Browse files
authored
Force direction to be ltr. (#32)
1 parent dd616bc commit 3d45b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/code-view/internal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function InternalCodeView({
4040
{...baseProps}
4141
aria-label={ariaLabel}
4242
aria-labelledby={ariaLabelledby}
43+
dir="ltr"
4344
ref={__internalRootRef}
4445
>
4546
<div className={clsx(lineNumbers && styles["root-with-numbers"], actions && styles["root-with-actions"])}>

0 commit comments

Comments
 (0)