File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 "lint" : " eslint --ext .js,.vue --ignore-path .gitignore --fix src" ,
4040 "reset" : " rm -rf node_modules && rm -rf package-lock.json && npm i" ,
4141 "reset-all" : " cd demo && npm run reset-all" ,
42- "pull-master" : " git pull origin master --no-edit --no-ff"
42+ "pull-main" : " git pull origin main --no-edit --no-ff" ,
43+ "prepare" : " npm run build"
4344 },
4445 "typings" : " types/index.d.ts" ,
4546 "files" : [
Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ export default {
160160 // visible, automatically load more until either the list is "full"
161161 // or roomsLoaded becomes true.
162162 if (! this .loadingMoreRooms && visibleRooms .length < this .minimumVisibleRooms ) {
163- this .loadingMoreRooms = true
164163 this .loadMoreRooms ()
165164 }
166165 }
You can’t perform that action at this time.
0 commit comments