mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
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:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user