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

Disable elements while a comment is being deleted



When a comment is being deleted the "disabled" class is added to the
comment div, which causes it to look disabled. However, the input
elements and the content editable div were not truly disabled, and thus
it was still possible to interact with them. This commit ensures that
they are properly disabled while the comment is being deleted.

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