@chamn/render 0.0.18 → 0.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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -4627,6 +4627,10 @@ class Km {
|
|
|
4627
4627
|
return;
|
|
4628
4628
|
}
|
|
4629
4629
|
return new Promise((n, o) => {
|
|
4630
|
+
if (e.length === 0) {
|
|
4631
|
+
this._onSuccessList.forEach((a) => a()), n("");
|
|
4632
|
+
return;
|
|
4633
|
+
}
|
|
4630
4634
|
Rn.ready(r, {
|
|
4631
4635
|
success: () => {
|
|
4632
4636
|
this._onSuccessList.forEach((a) => a()), n("");
|