nextcloud/apps/comments/js
Daniel Calviño Sánchez 5e6d4ad27c 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: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-24 13:17:55 +01:00
..
vendor remove more vendor-imported files that aren't necessary 2017-10-31 14:06:16 +01:00
activitytabviewplugin.js Move comments activities to the new API 2016-11-16 12:20:03 +01:00
app.js Comments GUI 2016-02-02 18:01:15 +01:00
commentcollection.js Reset comments read marker after loading comments 2016-02-03 16:18:14 +01:00
commentmodel.js mention property to follow same style 2016-12-23 17:01:58 +01:00
commentstabview.js Disable elements while a comment is being deleted 2017-11-24 13:17:55 +01:00
commentsummarymodel.js Fixed size issues on main detail view and disappearing of share recipients (#26603) 2016-12-23 16:56:55 +01:00
filesplugin.js Fixed size issues on main detail view and disappearing of share recipients (#26603) 2016-12-23 16:56:55 +01:00
merged.json add At.js and dependencies 2017-10-22 14:14:33 +02:00