소스 검색

:recycle: removing sort check on intersection handler set

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

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

@@ -157,7 +157,6 @@ export default {
157 157
         },
158 158
         setIntersectionLoader() {
159 159
             if(!this.type) return console.error('cannot setup intersection handler for undefined type')
160
-            if(this._getSortBy() == sortTypes.material && this.type == 'artist') return console.error('cannot setup intersection handler for material sort')
161 160
             
162 161
             console.log('Setting interesection loader...')
163 162
             

Loading…
취소
저장