mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
keyshortcuts
This commit is contained in:
@@ -179,17 +179,17 @@ export function ReactionPopupMenu({
|
||||
? reaction.name
|
||||
: `${reaction.name} (${index + 1})`
|
||||
}
|
||||
aria-keyshortcuts={
|
||||
index < ReactionsRowSize
|
||||
? (index + 1).toString()
|
||||
: undefined
|
||||
}
|
||||
>
|
||||
<CpdButton
|
||||
kind="secondary"
|
||||
className={styles.reactionButton}
|
||||
disabled={!canReact}
|
||||
onClick={() => sendReaction(reaction)}
|
||||
aria-keyshortcuts={
|
||||
index < ReactionsRowSize
|
||||
? (index + 1).toString()
|
||||
: undefined
|
||||
}
|
||||
>
|
||||
{reaction.emoji}
|
||||
</CpdButton>
|
||||
|
||||
Reference in New Issue
Block a user