소스 검색

Fix grid view

Signed-off-by: Jonathan Matthews <jgit@pixelnet.work>
tags/v17.0.0beta2
Jonathan Matthews 4 년 전
부모
커밋
1ae45bdaa1
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      apps/files/js/filelist.js

+ 5
- 0
apps/files/js/filelist.js 파일 보기

@@ -672,6 +672,11 @@
.addClass(show ? 'icon-toggle-filelist' : 'icon-toggle-pictures')
$('.list-container').toggleClass('view-grid', show);
if (show) {
// If switching into grid view from list view, too few files might be displayed
// Try rendering the next page
this._onScroll();
}
},

/**

Loading…
취소
저장