소스 검색

Support bidirectional quote text

Zed 5 년 전
부모
커밋
13bdd6497b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tweet.nim

+ 1 - 1
src/views/tweet.nim

@@ -245,7 +245,7 @@ proc renderQuote(quote: Tweet; prefs: Prefs; path: string): VNode =
       renderReply(quote)
 
     if quote.text.len > 0:
-      tdiv(class="quote-text"):
+      tdiv(class="quote-text", dir="auto"):
         verbatim replaceUrl(quote.text, prefs)
 
     if quote.hasThread: