Fix #2097
This commit is contained in:
		
							parent
							
								
									6ddb6bc160
								
							
						
					
					
						commit
						2cb39a8882
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -567,6 +567,7 @@ export default Vue.extend({
 | 
			
		|||
			// ファイル一覧取得
 | 
			
		||||
			(this as any).api('drive/files', {
 | 
			
		||||
				folderId: this.folder ? this.folder.id : null,
 | 
			
		||||
				untilId: this.files[this.files.length - 1].id,
 | 
			
		||||
				limit: max + 1
 | 
			
		||||
			}).then(files => {
 | 
			
		||||
				if (files.length == max + 1) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue