@extscreen/es-core 10000.0.18 → 10000.0.19
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2846,11 +2846,11 @@ var ESLifecycleMixin = {
|
|
|
2846
2846
|
}
|
|
2847
2847
|
//
|
|
2848
2848
|
else if (event === 'visibleToUser') {
|
|
2849
|
-
this.
|
|
2849
|
+
this.onESResume();
|
|
2850
2850
|
}
|
|
2851
2851
|
//
|
|
2852
2852
|
else if (event === 'invisibleToUser') {
|
|
2853
|
-
this.
|
|
2853
|
+
this.onESPause();
|
|
2854
2854
|
}
|
|
2855
2855
|
//
|
|
2856
2856
|
else if (event === 'onPause') {
|