aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-on-click-outside/use-on-click-outside.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useOnClickOutside hookArmand Philippot2023-11-111-0/+42
* remove `useCapture` parameter (it does not make sense to use bubbling here) * return a MutableRefObject instead of a RefObject to be able to test the hook