(feat): add sounds
Some checks failed
/ release (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-mobile (push) Has been cancelled

This commit is contained in:
Alois 2026-07-30 23:51:38 +02:00
commit 184b85190b
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
19 changed files with 207 additions and 16 deletions

View file

@ -571,8 +571,10 @@ export default function MessageContextMenu({
function selectReaction(emoji: string) {
void onReact(emoji);
setActiveMiniMenu(null);
setReactionDrawerOpen(false);
setPickerVisibility(false);
setPickerOpen(false);
setPickerClosing(false);
}
function setPickerVisibility(open: boolean) {
setPickerOpen(open);