@extscreen/es-core 10000.0.18 → 10000.0.19
Sign up to get free protection for your applications and to get access to all the features.
- 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') {
|