Fix plus button in reactions and fix common notification overflow (#4467)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-01-29 18:52:56 +07:00
committed by GitHub
parent fce467ff2d
commit b78c4138a4
2 changed files with 2 additions and 1 deletions
@@ -47,6 +47,8 @@
}
function openEmojiPalette (ev: Event) {
ev.preventDefault()
ev.stopPropagation()
showPopup(EmojiPopup, {}, ev.target as HTMLElement, (emoji: string) => {
updateDocReactions(client, reactions, object, emoji)
})