mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Autosize the rich editor (for card description and comments)
This commit is contained in:
parent
56a240a643
commit
a12f094710
6 changed files with 15 additions and 3 deletions
7
client/components/main/editor.jade
Normal file
7
client/components/main/editor.jade
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
template(name="editor")
|
||||
textarea.editor(
|
||||
class="{{class}}"
|
||||
id=id
|
||||
autofocus=autofocus
|
||||
placeholder="{{_ 'comment-placeholder'}}")
|
||||
+Template.contentBlock
|
||||
Loading…
Add table
Add a link
Reference in a new issue