Skip to content

Commit

Permalink
Merge pull request #91 from tsparticles/sweep/fix-gha-run
Browse files Browse the repository at this point in the history
[Sweep GHA Fix] Fix failing GitHub Actions run
  • Loading branch information
matteobruni authored Jan 23, 2024
2 parents f770c11 + 07b3041 commit a9cefd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/ionic-demo/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
*
* The following flags will work for all browsers.
*
* (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
* (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
* (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
* (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch for requestAnimationFrame
* (window as any).__Zone_disable_on_property = true; // disable patch for onProperty events
* (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch for specified eventNames
*
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
* with the following flag, it will bypass `zone.js` patch for IE/Edge
Expand Down

0 comments on commit a9cefd8

Please sign in to comment.