feat: Implement comment extras including custom emojis, pinned comments, and thread locking, with related UI and access control updates.
This commit is contained in:
@@ -594,6 +594,7 @@ class CommentSystem {
|
||||
if (tag === 'input' || tag === 'textarea' || e.target.isContentEditable) return;
|
||||
|
||||
if (e.key.toLowerCase() === 'c') {
|
||||
if (!this.user) return;
|
||||
this.toggleComments();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user