This commit is contained in:
lcq 2021-12-25 00:17:24 +08:00
parent 27f1ccdb1a
commit ac1758b8da
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara
clearInterval(id);
}
}, 10);
} else if ($scope.showMode == 'item' && bookmarks.length == $scope.pageSize) {
} else if ($scope.showMode == 'item' && bookmarks.length == $scope.pageSize && $scope.currentTagId == -1) {
$timeout(() => {
$("#" + bookmarks[bookmarks.length * 2 / 5 - 1].id).after(`<div class="ui divider" style="width:100%;margin:0px 15px"></div>`);
$("#" + bookmarks[bookmarks.length * 4 / 5 - 1].id).after(`<div class="ui divider" style="width:100%;margin:0px 15px"></div>`);