@pdj wrote:
How can I prevent from clicking child’s function
<img src=abc (click)=“clickedC()”/>
when I click img. it call both clickedP and clickedC…
How can I only click child? not calling parent function?
Posts: 1
Participants: 1
@pdj wrote:
How can I prevent from clicking child’s function
<img src=abc (click)=“clickedC()”/>
when I click img. it call both clickedP and clickedC…
How can I only click child? not calling parent function?
Posts: 1
Participants: 1