Przeglądaj źródła

Reset selection list when page changed

Fixes: #18
Alexey Edelev 4 lat temu
rodzic
commit
17b602a869
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      web/js/index.js

+ 1 - 0
web/js/index.js

@@ -460,6 +460,7 @@ function updateMailList(folder, page) {
             currentFolder = folder;
             enableRestoreFunctionality();
             currentPage = page;
+            resetSelectionList();
 
             if ($('#currentPageIndex')) {
                 $('#currentPageIndex').text(currentPage + 1);