keytops-game-framework 1.0.18 → 1.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.
Files changed (2) hide show
  1. package/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7035,6 +7035,11 @@ class ViewManager {
7035
7035
  return;
7036
7036
  }
7037
7037
  this._currentMaskView = view;
7038
+ timer.frameNext(this, () => {
7039
+ if (this._currentMaskView == view && this._touchLocks.has(token)) {
7040
+ view.setData();
7041
+ }
7042
+ });
7038
7043
  });
7039
7044
  }
7040
7045
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keytops-game-framework",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "cocos creator game framework library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",