瀏覽代碼

Update markdown.tsx

Algorithm5838 1 年之前
父節點
當前提交
6535986484
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 />