fix: statusCard prevent event bubbling (#245)
This commit is contained in:
parent
4a96d2b45a
commit
e76aac3b56
2 changed files with 3 additions and 1 deletions
|
@ -24,3 +24,5 @@ export function emojisArrayToObject(emojis: Emoji[]) {
|
|||
return Object.fromEntries(emojis.map(i => [i.shortcode, i]))
|
||||
}
|
||||
|
||||
export function noop() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue