Selaa lähdekoodia

feat: remove test

zhangyuhan 2 vuotta sitten
vanhempi
commit
3211ceb32d
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;
 }