This commit is contained in:
Yifei Zhang 2023-08-14 11:10:02 +08:00 committed by GitHub
parent a496bc5a63
commit 808e4b38a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,11 +146,11 @@ export function Markdown(
className="markdown-body" className="markdown-body"
style={{ style={{
fontSize: `${props.fontSize ?? 14}px`, fontSize: `${props.fontSize ?? 14}px`,
direction: /^[\u0600-\u06FF]/.test(props.content) ? "rtl" : "ltr",
}} }}
ref={mdRef} ref={mdRef}
onContextMenu={props.onContextMenu} onContextMenu={props.onContextMenu}
onDoubleClickCapture={props.onDoubleClickCapture} onDoubleClickCapture={props.onDoubleClickCapture}
dir="auto"
> >
{props.loading ? ( {props.loading ? (
<LoadingIcon /> <LoadingIcon />