chore: unset removed invokers
This commit is contained in:
parent
1c967fc44b
commit
8d4abc3814
@ -80,6 +80,7 @@ export function patchEvent(
|
|||||||
} else if (existingInvoker) {
|
} else if (existingInvoker) {
|
||||||
// remove
|
// remove
|
||||||
removeEventListener(el, name, existingInvoker, options)
|
removeEventListener(el, name, existingInvoker, options)
|
||||||
|
invokers[rawName] = undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user