소스 검색

:bug: fixing sortBy check

tags/0.9.0
J 4 년 전
부모
커밋
6a680fbf4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue 파일 보기

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

Loading…
취소
저장