Use tag to refer to the ondblclick event, which occurs when the user double-clicks on an element.
The ondblclick property of the GlobalEventHandlers mixin is an EventHandler that processes dblclick events on the given element.
The dblclick event is raised when the user double clicks an element. It fires after two click events. (source)