diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-11-23 14:34:09 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-11-23 14:34:09 +0100 |
commit | bbe00079cc948fd7f9e96be15688e23feb8367c1 (patch) | |
tree | 31802005a369137c7aa615578d3b121ab990c22f /contribute | |
parent | b6a39b79278df848af388506cce394671a414f19 (diff) | |
download | nextcloud-server-bbe00079cc948fd7f9e96be15688e23feb8367c1.tar.gz nextcloud-server-bbe00079cc948fd7f9e96be15688e23feb8367c1.zip |
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: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'contribute')
0 files changed, 0 insertions, 0 deletions