Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Dec 13, 2024
1 parent c3eaef2 commit 6ffa74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ibm-products/src/global/js/hooks/useFocus.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export const claimFocus = (
setTimeout(() => specifiedEl.focus(), 0);
}
} else {
console.log('> ', firstElement, modalRef?.current?.isConnected);
setTimeout(() => firstElement?.focus(), 0);
}
};

0 comments on commit 6ffa74b

Please sign in to comment.