Remove logs

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
This commit is contained in:
Anton Alexeyev 2025-05-14 11:16:19 +07:00
parent 92ed15b8d7
commit 541951f15a
2 changed files with 0 additions and 2 deletions

View File

@ -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(
{

View File

@ -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
}