This commit is contained in:
Donald Zou
2024-12-07 16:54:00 +08:00
parent febdb2a9e0
commit 939dd0591e
43 changed files with 195 additions and 46 deletions
+1
View File
@@ -0,0 +1 @@
class a{constructor(e){this.propagationStopped,this.defaultPrevented,this.type=e,this.target=null}preventDefault(){this.defaultPrevented=!0}stopPropagation(){this.propagationStopped=!0}}function p(t){t.preventDefault()}export{a as B,p};