This commit is contained in:
jonaswinkler
2020-12-14 20:20:35 +01:00
parent 381a503947
commit 958acd8a36
14 changed files with 8 additions and 18 deletions

View File

@@ -188,7 +188,6 @@ export class DocumentListViewService {
let newPageSize = +localStorage.getItem(GENERAL_SETTINGS.DOCUMENT_LIST_SIZE) || GENERAL_SETTINGS.DOCUMENT_LIST_SIZE_DEFAULT
if (newPageSize != this.currentPageSize) {
this.currentPageSize = newPageSize
//this.reload()
}
}