From 45dd1cf520248cc5e412d07cc7fafcceeefeea6c Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 16 Jul 2020 15:00:33 +0900 Subject: [PATCH] Fix redirect problem when documents is empty after filtering --- .../containers/annotation/BottomNavigator.vue | 10 ++++++++-- .../components/containers/annotation/Pagination.vue | 2 +- frontend/layouts/annotation.vue | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/frontend/components/containers/annotation/BottomNavigator.vue b/frontend/components/containers/annotation/BottomNavigator.vue index 90ba110d..ed9e86ad 100644 --- a/frontend/components/containers/annotation/BottomNavigator.vue +++ b/frontend/components/containers/annotation/BottomNavigator.vue @@ -4,7 +4,10 @@ absolute hide-on-scroll > - + Prev mdi-chevron-left @@ -24,7 +27,10 @@ mdi-book-open-outline --> - + Next mdi-chevron-right diff --git a/frontend/components/containers/annotation/Pagination.vue b/frontend/components/containers/annotation/Pagination.vue index e0106bbf..f97c33e3 100644 --- a/frontend/components/containers/annotation/Pagination.vue +++ b/frontend/components/containers/annotation/Pagination.vue @@ -43,7 +43,7 @@