Skip to content
Commit bbe00079 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix input field not disabled while a comment is being sent



Since the change of the text area to a content editable div the input
field was no longer disabled while a new comment was being sent. It was
caused by still trying to disable the div using the "disabled" property,
which works only on real input fields; when using a content editable div
the way to disable it is by setting "contenteditable" to "false".

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent b6a39b79
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment