mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-12 13:42:38 +00:00
Remove logs
Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
This commit is contained in:
parent
92ed15b8d7
commit
541951f15a
@ -73,7 +73,6 @@ export const EmojiNode = Node.create<EmojiNodeOptions>({
|
||||
|
||||
addNodeView () {
|
||||
return ({ node, HTMLAttributes }) => {
|
||||
console.log('Node view')
|
||||
const container = document.createElement('span')
|
||||
const containerAttributes = mergeAttributes(
|
||||
{
|
||||
|
@ -40,7 +40,6 @@
|
||||
const emojiInfo = reactionsPersons.get(r.emoji) ?? { persons: [], image: r.image }
|
||||
reactionsPersons.set(r.emoji, { persons: [...emojiInfo.persons, r.createBy], image: r.image })
|
||||
})
|
||||
console.log(reactionsPersons)
|
||||
reactionsPersons = reactionsPersons
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user