Skip to content
Snippets Groups Projects
Commit 2cb39a88 authored by syuilo's avatar syuilo
Browse files

Fix #2097

parent 6ddb6bc1
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment