-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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', |
| ondoubleclick?: MouseEventHandler<T>; |
To Reproduce
https://svelte.dev/repl/af7e3e3f854d40fe998bd7c016bd3f8e?version=3.24.0
dummdidumm
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers