feat: delegate pointer events
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user