@pitaya-components/app
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -92,3 +92,3 @@ "use strict"; | ||
} | ||
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) < this._level) { | ||
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) <= this._level) { | ||
return; | ||
@@ -95,0 +95,0 @@ } |
@@ -90,3 +90,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
} | ||
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) < this._level) { | ||
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) <= this._level) { | ||
return; | ||
@@ -93,0 +93,0 @@ } |
{ | ||
"name": "@pitaya-components/app", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Aurelia plugin which helps building faster views and provides additional utility functionality.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137887