Przeglądaj źródła

feat: remove test

zhangyuhan 2 lat temu
rodzic
commit
3211ceb32d
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
 }