Which mouse click events has higher priority

I have a button component with mouse down and mouse up interaction. This button is placed in an other component. In this component I have a click interaction. But this interaction doesn’t work. Does the mouse down/up interaction prevent the click interaction? Which one gets the priority?