Hover condition stops working once I add "on click" action

Hi! I have this structure functioning as a custom list
image

I have this hover condition on the “Accessory” component changing the style of the elements in the list.
image

This works as expected. However once I add an on click action, the hovering stops working. Furthermore I discovered that the on click event handler does not register my click, which suggests to me that something is overlaying my custom list. This seems weird as it the hover works fine before adding an action to the on click event handler. Any suggestions to what might cause this or how to fix it?

Hi Sivert,

I tried replicating the issue by adding the event handler on the “Accessory” container, but I was unable to do so. Could you provide us with some more information on which container the event handler is added and what perhaps it does or any other information, you believe is relevant.