I have a table full of rows, and have an interaction on each row wherein "while hovering" over the row will show various icons the user can interact with. However, when the user then clicks the row to show more details of the row, I'd like those icons to stay visible, but I don't see a way to do this. It seems as though "While Hovering" takes precedence and moving the mouse away from the row hides them. Am I missing a way to do this? I tried "State Change" to "Selected" to show the elements and moved it above the" While Hovering" action in my list of interactions, but no luck with that.