Open YahngSungho opened 2 years ago
I have a similar issue. Not sure what is causing it.
Does anyone have any clues? Please...
I managed to solve it by removing the button component and simply wrapping the icon in a div. Try that.
@yobananaboy15 Do you mean that you replaced the button with the icon??
Exactly. Try removing the button and replace it with the icon you want to use.
@yobananaboy15 Thanks. But I want to use the buttons...
As shown in the attached GIF, clicks only work on the center of the elements. I want clicks to also work on the edges of drag handlers...
In this case, what keywords should I search for to solve the problem?
My code is as follows (simplified)
And here is the real code
The Button component is from https://blueprintjs.com/docs/#core/components/button But anyway, the click event is captured by the div tag