소스 검색

Merge pull request #826 from andi1984/issue-612-rtl

fix: RTL support on post textarea
pull/861/head
Matt Baer 3 달 전
committed by GitHub
부모
커밋
ff84c7aa4d
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      templates/bare.tmpl
  2. +1
    -1
      templates/pad.tmpl

+ 1
- 1
templates/bare.tmpl 파일 보기

@@ -14,7 +14,7 @@

<div id="overlay"></div>
<textarea id="writer" placeholder="Write..." class="{{.Post.Font}}" autofocus>{{if .Post.Title}}# {{.Post.Title}}
<textarea dir="auto" id="writer" placeholder="Write..." class="{{.Post.Font}}" autofocus>{{if .Post.Title}}# {{.Post.Title}}

{{end}}{{.Post.Content}}</textarea>



+ 1
- 1
templates/pad.tmpl 파일 보기

@@ -14,7 +14,7 @@

<div id="overlay"></div>
<textarea id="writer" placeholder="Write..." class="{{.Post.Font}}" autofocus>{{if .Post.Title}}# {{.Post.Title}}
<textarea dir="auto" id="writer" placeholder="Write..." class="{{.Post.Font}}" autofocus>{{if .Post.Title}}# {{.Post.Title}}

{{end}}{{.Post.Content}}</textarea>



불러오는 중...
취소
저장