Skip to content

Rename s/doubleclick/dblclick ? #357

@zowesiouff

Description

@zowesiouff

Describe the bug

doubleclick is not the standard name for "double click" events, MDN ref.

Though React uses doubleclick, the entire layer of synthetic event-ing allows them to do those kind of renames. AFAIK, there is no such thing in Svelte so we should stick with the ref and update those 2 occurrences:

ondoubleclick?: MouseEventHandler<T>;

To Reproduce
https://svelte.dev/repl/af7e3e3f854d40fe998bd7c016bd3f8e?version=3.24.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedFixed in master branch. Pending production release.bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions