Explorar o código

chore: unset removed invokers

Evan You %!s(int64=5) %!d(string=hai) anos
pai
achega
8d4abc3814
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/runtime-dom/src/modules/events.ts

+ 1 - 0
packages/runtime-dom/src/modules/events.ts

@@ -80,6 +80,7 @@ export function patchEvent(
     } else if (existingInvoker) {
       // remove
       removeEventListener(el, name, existingInvoker, options)
+      invokers[rawName] = undefined
     }
   }
 }