why dblclick does not work in my Vue js app

2.9k Views Asked by At

I have two movable elements in my page & I like to log something in the console when I double click on the first movable object. I call the dblclick event but it's not triggered.I like to know how I can solve this problem. My code is here

1

There are 1 best solutions below

0
On BEST ANSWER

Sandbox Link with a working example GIF.

Working Example