Doesn’t seem to be an Angular issue. See https://css-tricks.com/snippets/javascript/bind-different-events-to-click-and-double-click/
The workaround is to not process the click event when a dblclick happens shortly afterwards.
Doesn’t seem to be an Angular issue. See https://css-tricks.com/snippets/javascript/bind-different-events-to-click-and-double-click/
The workaround is to not process the click event when a dblclick happens shortly afterwards.