提交 8e40d594 编写于 作者: R Robert Speicher

Work around a Chrome 43 bug preventing note editing

上级 76a75823
......@@ -312,6 +312,13 @@ class @Notes
form.show()
textarea = form.find("textarea")
textarea.focus()
# HACK (rspeicher): Work around a Chrome 43 bug(?).
# The textarea has the correct value, Chrome just won't show it unless we
# modify it, so let's add a newline!
textarea.val (_, value) ->
"#{value}\n"
disableButtonIfEmptyField textarea, form.find(".js-comment-button")
###
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册