Browse Source

Update markdown.tsx

Algorithm5838 1 năm trước cách đây
mục cha
commit
6535986484
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/components/markdown.tsx

+ 1 - 0
app/components/markdown.tsx

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