diff --git a/packages/client/src/components/ui/pagination.vue b/packages/client/src/components/ui/pagination.vue index 9dd18785bc..428a9d0225 100644 --- a/packages/client/src/components/ui/pagination.vue +++ b/packages/client/src/components/ui/pagination.vue @@ -14,8 +14,14 @@
+
+ + {{ $ts.loadMore }} + + +
-
+
{{ $ts.loadMore }} @@ -278,7 +284,6 @@ defineExpose({ queue, backed, reload, - fetchMoreAhead, prepend, append, removeItem, diff --git a/packages/client/src/pages/note.vue b/packages/client/src/pages/note.vue index 29261ec484..9e174ef495 100644 --- a/packages/client/src/pages/note.vue +++ b/packages/client/src/pages/note.vue @@ -108,6 +108,10 @@ export default defineComponent({ }, methods: { fetch() { + this.hasPrev = false; + this.hasNext = false; + this.showPrev = false; + this.showNext = false; this.note = null; os.api('notes/show', { noteId: this.noteId