Skip to content
Snippets Groups Projects
Commit 6754caed authored by Robert Speicher's avatar Robert Speicher
Browse files

Autosize the textarea in showEditForm

[ci skip]
parent b6e1df7a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -320,6 +320,7 @@ class @Notes
form.show()
textarea = form.find("textarea")
textarea.focus()
autosize(textarea)
 
# HACK (rspeicher/DouweM): Work around a Chrome 43 bug(?).
# The textarea has the correct value, Chrome just won't show it unless we
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment