diff --git a/webapp/channels/src/components/team_sidebar/components/team_button.tsx b/webapp/channels/src/components/team_sidebar/components/team_button.tsx index ac3ff52ce0..9d18982028 100644 --- a/webapp/channels/src/components/team_sidebar/components/team_button.tsx +++ b/webapp/channels/src/components/team_sidebar/components/team_button.tsx @@ -192,9 +192,9 @@ export default function TeamButton({ ref={provided.innerRef} {...provided.draggableProps} {...provided.dragHandleProps} + tabIndex={-1} >
{teamButton} @@ -205,7 +205,9 @@ export default function TeamButton({ }} ) : ( -
+
{teamButton} {orderIndicator}