@byteluck-fe/runtime-desktop-controls 7.0.0-beta.3 → 7.0.0-beta.4

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.
@@ -97773,9 +97773,7 @@ class bge {
97773
97773
  h
97774
97774
  )), this.weakMap.get(e.instance) !== s)
97775
97775
  return;
97776
- this.weakMap.delete(e.instance);
97777
- debugger;
97778
- if (v && v.code === lt.SUCCESS) {
97776
+ if (this.weakMap.delete(e.instance), v && v.code === lt.SUCCESS) {
97779
97777
  const m = this.engine.getInstanceRowIndex(
97780
97778
  e.instance
97781
97779
  ), y = v.data, C = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-desktop-controls",
3
- "version": "7.0.0-beta.3",
3
+ "version": "7.0.0-beta.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-desktop-controls.js",