One thing I am struggling with at the moment is when use a component that already has “click” action, and wrap that component inside a frame and add another click action, I want both of these to be executed, but only one of them gets executed.
Example setup:
Accordion header that switches between ON/OFF when clicked.
Accordion Item that collapses and opens when clicked.
I tried many combinations of actions, put the action to the same element, parent elements etc. nothing works.