Skip to content

Commit

Permalink
Show trap is active
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron committed Dec 11, 2021
1 parent d1f5cca commit 49a6c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/js/demo-setReturnFocus.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DemoSetReturnFocusDialog = () => {

{isTrapActive && (
<FocusTrap focusTrapOptions={focusTrapOptions}>
<div className="trap">
<div className="trap is-active">
<p>
Here is a focus trap <a href="#">with</a> <a href="#">some</a>{' '}
<a href="#">focusable</a> parts.
Expand Down

0 comments on commit 49a6c0d

Please sign in to comment.