@novely/core 0.33.2 → 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.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.global.js
CHANGED
|
@@ -1686,9 +1686,11 @@ var Novely = (() => {
|
|
|
1686
1686
|
});
|
|
1687
1687
|
}
|
|
1688
1688
|
});
|
|
1689
|
-
if (
|
|
1690
|
-
|
|
1689
|
+
if (exitImpossible) {
|
|
1690
|
+
ctx.clearBlockingActions(void 0);
|
|
1691
|
+
return;
|
|
1691
1692
|
}
|
|
1693
|
+
render(ctx);
|
|
1692
1694
|
},
|
|
1693
1695
|
preload({ ctx, push }, [source]) {
|
|
1694
1696
|
if (!ctx.meta.goingBack && !ctx.meta.restoring && !PRELOADED_ASSETS.has(source)) {
|