@@ -198,7 +198,7 @@ export default {
// Always unset and reset the intersection loader
this.unsetIntersectionLoader()
- if(!toPathInfo.sortBy != sortTypes.material) {
+ if(!this._getSortBy() != sortTypes.material) {
this.setIntersectionLoader()
}