|
|
|
|
|
|
157
|
},
|
157
|
},
|
|
158
|
setIntersectionLoader() {
|
158
|
setIntersectionLoader() {
|
|
159
|
if(!this.type) return console.error('cannot setup intersection handler for undefined type')
|
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
|
console.log('Setting interesection loader...')
|
161
|
console.log('Setting interesection loader...')
|
|
163
|
|
162
|
|