[MM-55272] Accessibility: Team Icon requires tabbing twice (#26572)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c39948b593
Коммит
ddbc84f6ce
@@ -192,9 +192,9 @@ export default function TeamButton({
|
||||
ref={provided.innerRef}
|
||||
{...provided.draggableProps}
|
||||
{...provided.dragHandleProps}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<div
|
||||
|
||||
className={classNames([`team-container ${teamClass}`, {isDragging: snapshot.isDragging}])}
|
||||
>
|
||||
{teamButton}
|
||||
@@ -205,7 +205,9 @@ export default function TeamButton({
|
||||
}}
|
||||
</Draggable>
|
||||
) : (
|
||||
<div className={`team-container ${teamClass}`}>
|
||||
<div
|
||||
className={`team-container ${teamClass}`}
|
||||
>
|
||||
{teamButton}
|
||||
{orderIndicator}
|
||||
</div>
|
||||
|
||||
Ссылка в новой задаче
Block a user