Skip to content

Commit

Permalink
chore: remove tab indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Sep 18, 2024
1 parent 1b0d207 commit 4901282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/data/board/focusPrevios.composable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ export const useSetFocusPrevious = (payload: ParamType) => {
`[data-focused-id="${previousId}"]`
) as HTMLElement;

element?.setAttribute("tabindex", "0");
element?.focus();
};

0 comments on commit 4901282

Please sign in to comment.