Solidt.eu
  • Home
  • Code snippets
  • News

Angular click event not fired

Date: 2024-07-01
Angular (click) not fired and how to fix it

TL;DR

Use mousedown event, because the mousedown triggers a view (dom element) update. And the mousup event never gets fired, so the click event never gets fired.

866800cookie-checkAngular click event not firedno
Loading