Fix comments replies

pull/1/head
yflory 5 years ago
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…
Cancel
Save