wekan/client/components/main/editor.jade
Lauri Ojansivu a62c8eb5a0 Add emojis back, because removing them broke local dev Sandstorm.
Thanks to xet7 ! Opens #1248, opens #743, opens #643, opens #323
2017-09-25 19:40:41 +03:00

14 lines
286 B
Text

template(name="editor")
textarea.editor(
class="{{class}}"
id=id
autofocus=autofocus
placeholder="{{_ 'comment-placeholder'}}")
+Template.contentBlock
template(name="viewer")
.viewer
+mentions
+emoji
+markdown
{{> UI.contentBlock }}