| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
Next expect a default export for pages so only those components should
use default exports. Everything else should use named exports to
reduce the number of import statements.
|
|
|
The event was not captured so the tooltip remained open when the
settings was closed. It prevented to click on the toolbar buttons.
|