Is there an easy way to transfer interactions into a new stack that you created to wrap the element in?
For example, I have an icon that I created some interactions for the Icon; but I’ve decided that I want the there to be text next to the icon, so instead of the interaction happening when the user clicks the icon, it’d happen when they clicked somewhere within the div for the text and icon.
The interaction consists of 4 actions, so its slightly consuming to have to redo these actions to the new interaction compared to when you wrap a repeated element with a Div and a popup asks if you’d like to move the repeated elements to the new div. Ideally, I’d have that option for interactions as well.