Skip to content

Commit

Permalink
fix(curriculum): remove autofocus on scrim (#11444)
Browse files Browse the repository at this point in the history
Scrim should not have autofocus set. Remove it.
  • Loading branch information
fiji-flo authored Jul 9, 2024
1 parent 895982d commit ce52c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/curriculum/scrim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export function ScrimIframe({
<div className="partner-header">
<span>Clicking will load content from scrimba.com</span>
<button
autoFocus
tabIndex={0}
onClick={() => {
if (showDialog) {
Expand Down

0 comments on commit ce52c70

Please sign in to comment.