@novely/core 0.33.1 → 0.33.3
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.d.ts +2 -1
- package/dist/index.global.js +4 -2
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1495,9 +1495,11 @@ var novely = ({
|
|
|
1495
1495
|
});
|
|
1496
1496
|
}
|
|
1497
1497
|
});
|
|
1498
|
-
if (
|
|
1499
|
-
|
|
1498
|
+
if (exitImpossible) {
|
|
1499
|
+
ctx.clearBlockingActions(void 0);
|
|
1500
|
+
return;
|
|
1500
1501
|
}
|
|
1502
|
+
render(ctx);
|
|
1501
1503
|
},
|
|
1502
1504
|
preload({ ctx, push }, [source]) {
|
|
1503
1505
|
if (!ctx.meta.goingBack && !ctx.meta.restoring && !PRELOADED_ASSETS.has(source)) {
|