mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added highlight for new comments
This commit is contained in:
parent
5585d566fd
commit
277f0fea43
19 changed files with 158 additions and 94 deletions
|
@ -36,3 +36,5 @@ export const COMMENT_BLOCK_RENDERERS = {
|
|||
[COMMENT_BLOCK_TYPES.MARK]: CommentTextBlock,
|
||||
[COMMENT_BLOCK_TYPES.EMBED]: CommentEmbedBlock,
|
||||
};
|
||||
|
||||
export const NEW_COMMENT_CLASSNAME = 'newComment';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue