"dblclick"
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ "dblclick"
If two clicks happen close together, a "dblclick" (double-click) event also fires, after the second "click" event, that is:
mousedown -> mouseup -> click ->
mousedown -> mouseup -> click ->
dblclick
replit ⟩