Explorar el Código

feat: remove test

zhangyuhan hace 2 años
padre
commit
3211ceb32d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/utils/util.js

+ 0 - 1
src/utils/util.js

@@ -286,7 +286,6 @@ export function calcShadowRootEvent(e) {
     if (eventPaths.length > 1) {
       event = eventPaths[1];
     }
-    event = eventPaths[0];
   }
   return event;
 }