mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix comments replies
This commit is contained in:
parent
96948ed55b
commit
97f41edd94
@ -262,6 +262,7 @@ define([
|
||||
});
|
||||
|
||||
$div.click(function () {
|
||||
if ($div.hasClass('cp-comment-active')) { return; }
|
||||
Env.$container.find('.cp-comment-active').removeClass('cp-comment-active');
|
||||
$div.addClass('cp-comment-active');
|
||||
$actions.css('display', '');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user