Disable reaction buttons when busy

This commit is contained in:
Half-Shot
2024-11-15 10:42:46 +00:00
parent 131a0981f9
commit 171b5a522e

View File

@@ -287,7 +287,7 @@ export function ReactionToggleButton({
<ReactionPopupMenu
errorText={errorText}
isHandRaised={isHandRaised}
canReact={canReact}
canReact={!busy && canReact}
sendReaction={(reaction) => void sendRelation(reaction)}
toggleRaisedHand={toggleRaisedHand}
/>