tsparticles 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  * Demo / Generator : https://particles.js.org/
5
5
  * GitHub : https://www.github.com/matteobruni/tsparticles
6
6
  * How to use? : Check the GitHub README
7
- * v2.2.2
7
+ * v2.2.3
8
8
  */
9
9
  (function webpackUniversalModuleDefinition(root, factory) {
10
10
  if(typeof exports === 'object' && typeof module === 'object')
@@ -8353,7 +8353,7 @@ class Container {
8353
8353
  }
8354
8354
 
8355
8355
  intersectionManager(entries) {
8356
- if (!this.actualOptions.pauseOnOutsideViewport) {
8356
+ if (!guardCheck(this) || !this.actualOptions.pauseOnOutsideViewport) {
8357
8357
  return;
8358
8358
  }
8359
8359