feat: delegate pointer events
This commit is contained in:
parent
e8dd725e41
commit
c9b33a9e69
@ -1,4 +1,4 @@
|
|||||||
const delegateRE = /^(?:click|dblclick|submit|(?:key|mouse|touch).*)$/
|
const delegateRE = /^(?:click|dblclick|submit|(?:key|mouse|touch|pointer).*)$/
|
||||||
|
|
||||||
type EventValue = Function | Function[]
|
type EventValue = Function | Function[]
|
||||||
type TargetRef = { el: Element | Document }
|
type TargetRef = { el: Element | Document }
|
||||||
|
Loading…
Reference in New Issue
Block a user