I had problems like others, when my container is draggable, clicks are just working, when I repeat them. It took me a while to isolate the problem.
Here ist is: If the container is draggable and the clickable element has a title attribute, then the popover is eating the click event.
I had problems like others, when my container is draggable, clicks are just working, when I repeat them. It took me a while to isolate the problem. Here ist is: If the container is draggable and the clickable element has a title attribute, then the popover is eating the click event.
https://stackblitz.com/edit/angular2-draggable-vreae8
Browser: current chrome.
By the way: great library, thank you for your work.