Interaction While pressing vs. Tap problem

Hi, I’ve created a button component with two variants: a default and a pressed state. Then I put a »While pressing« interaction on the first variant. If I add a »Tap« or »Click« interaction on the button instance to open an overlay, it stops working. The pressed state doesn’t switch back. Same with »Touch up.« I know, I could do a workaround with variables. But that would be way too much overhead here.

Is it just not possible to use both interactions or is it bug?