Skip to content

Commit

Permalink
[docs] Fix link to Basics section in Trap Focus docs (#33772)
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
ZeeshanTamboli committed Aug 4, 2022
1 parent 68dcf72 commit 39ad25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/trap-focus/trap-focus.md
Expand Up @@ -66,7 +66,7 @@ By default, clicks outside of the `TrapFocus` component are blocked.

You can disable this behavior with the `disableEnforceFocus` prop.

Compare the following demo with the demo from the [Basic usage section](#basic-usage)—notice how that demo prevents you from clicking outside of it, while this one allows it:
Compare the following demo with the demo from the [Basics section](#basics)—notice how that demo prevents you from clicking outside of it, while this one allows it:

{{"demo": "DisableEnforceFocus.js"}}

Expand Down

0 comments on commit 39ad25c

Please sign in to comment.