Browse Source

feat: remove test

zhangyuhan 2 năm trước cách đây
mục cha
commit
3211ceb32d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 }