Skip to content

Commit

Permalink
upgrade airgap.js types
Browse files Browse the repository at this point in the history
  • Loading branch information
linh-transcend committed Dec 4, 2024
1 parent 0334a95 commit e335347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useViewState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export function useViewState({
* focus it so that when we delete it the user will be at the start of the focus order
* just like if they had freshly loaded the page. */
if (savedActiveElement !== null) {
savedActiveElement.focus();
} else {
const tempInteractiveEl = document.createElement('span');
tempInteractiveEl.setAttribute('tabindex', '1');
Expand Down

0 comments on commit e335347

Please sign in to comment.