I know that target is the element that triggered the event, the one that the user clicked on, and the currentTarget is the element that the event listener is attached to.
I want to validate if the event.currentTarget contains the event.target. Cause I don't want to emit an event if I lose focus for the components child.
Thank you for the help.