react-tiny-fab icon indicating copy to clipboard operation
react-tiny-fab copied to clipboard

Fix Fab component toggle behavior on click events

Open TechSynthesis opened this issue 2 years ago • 0 comments

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.

TechSynthesis avatar Nov 29 '23 05:11 TechSynthesis