mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fixup
This commit is contained in:
		@@ -146,11 +146,11 @@ export function Markdown(
 | 
			
		||||
      className="markdown-body"
 | 
			
		||||
      style={{
 | 
			
		||||
        fontSize: `${props.fontSize ?? 14}px`,
 | 
			
		||||
        direction: /^[\u0600-\u06FF]/.test(props.content) ? "rtl" : "ltr",
 | 
			
		||||
      }}
 | 
			
		||||
      ref={mdRef}
 | 
			
		||||
      onContextMenu={props.onContextMenu}
 | 
			
		||||
      onDoubleClickCapture={props.onDoubleClickCapture}
 | 
			
		||||
      dir="auto"
 | 
			
		||||
    >
 | 
			
		||||
      {props.loading ? (
 | 
			
		||||
        <LoadingIcon />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user