react-tiny-fab
react-tiny-fab copied to clipboard
Fix Fab component toggle behavior on click events
This commit addresses an issue with the Fab component where click events were not properly triggering the toggle behavior (open/close). The problem was observed when the onClick prop is used with an event set to "click", leading to an unexpected behavior where the Fab component neither opens nor closes as intended.