mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixed by making label colors and text again editable.
Regression from [Wekan v3.86 2)](b9099a8b7e).
Thanks to javen9881 and xet7 !
Closes #2971
14 lines
296 B
Text
14 lines
296 B
Text
template(name="editor")
|
|
textarea.editor(
|
|
dir="auto"
|
|
class="{{class}}"
|
|
id=id
|
|
autofocus=autofocus
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|
|
|
|
template(name="viewer")
|
|
.viewer(dir="auto")
|
|
+mentions
|
|
+markdown
|
|
{{> UI.contentBlock }}
|