@zhongguo168a/yxeditor-common 0.0.82 → 0.0.83

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.esm.js CHANGED
@@ -5079,6 +5079,8 @@ class AssetLoader extends Dispatcher {
5079
5079
  lastAsset = spriteFrame;
5080
5080
  break;
5081
5081
  }
5082
+ default:
5083
+ lastAsset = asset;
5082
5084
  }
5083
5085
  onComplate(err, lastAsset);
5084
5086
  });