@novely/core 0.46.0-next.2 → 0.46.0-next.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.js CHANGED
@@ -1816,7 +1816,7 @@ var novely = ({
1816
1816
  }
1817
1817
  push();
1818
1818
  };
1819
- if (!ctx.meta.restoring) {
1819
+ if (!ctx.meta.restoring || ctx.meta.goingBack) {
1820
1820
  if (isPromise(result)) {
1821
1821
  result.then(next2);
1822
1822
  } else {