Skip to content

Commit 4fdc4e7

Browse files
authored
feat: release <OutsideClick> clickRoots()
Just adding this commit to force release new <OutsideClick> functionality.
1 parent b99436d commit 4fdc4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/OutsideClick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `<OutsideClick>`
22

3-
Tracks clicks outside its children.
3+
Tracks clicks outside its `children` or `clickRoots()`.
44

55

66
## Usage
@@ -15,7 +15,7 @@ import {OutsideClick} from 'libreact/lib/OutsideClick';
1515
</OutsideClick>
1616
```
1717
18-
#### Using a Portal
18+
### Using a Portal
1919
2020
```jsx
2121
import {OutsideClick} from 'libreact/lib/OutsideClick';

0 commit comments

Comments
 (0)