Update markdown.tsx

This commit is contained in:
Algorithm5838 2023-09-15 06:06:34 +03:00 committed by GitHub
parent e03db9c2d5
commit 6535986484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ export function Markdown(
ref={mdRef}
onContextMenu={props.onContextMenu}
onDoubleClickCapture={props.onDoubleClickCapture}
dir="auto"
>
{props.loading ? (
<LoadingIcon />