brisk icon indicating copy to clipboard operation
brisk copied to clipboard

Make acceptsFirstMouse property on BriskClickable configurable

Open rauanmayemir opened this issue 5 years ago • 0 comments

We hard-coded it to be true to simulate macOS buttons default behavior when they're clicked even if the window is not focused. But at the same time is not a native element and could be used as a sidebar item selector where the default behaviour is to react only if the window is focused. This should be a prop on a component.

rauanmayemir avatar Mar 07 '19 12:03 rauanmayemir