Fixed RTL issue #884

This commit is contained in:
Guy Zylberberg 2019-05-08 21:30:38 +03:00
parent 723fa11a74
commit 1bdc1017d6
7 changed files with 13 additions and 12 deletions

View file

@ -1,5 +1,6 @@
template(name="editor")
textarea.editor(
dir="auto"
class="{{class}}"
id=id
autofocus=autofocus
@ -7,7 +8,7 @@ template(name="editor")
+Template.contentBlock
template(name="viewer")
.viewer
.viewer(dir="auto")
+mentions
+markdown
{{> UI.contentBlock }}