Hi all,
What is the best practice to work with interactions between a trigger located inside a component and an action element outside it?
Whenever I leave the component trying to select the element outside the component, just to assign an action, this specific interaction closes itself and is not available any longer.
The only way is to pick the element inside the component and then look for a desired class and change it.
Yes, I can copy the component, unlink an instance and work on that copied version to have access to specific classes.