mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-22 18:40:27 +00:00
attempt to fix scroll behavior
This commit is contained in:
parent
59ebf0af73
commit
7c240a563b
5 changed files with 7 additions and 18 deletions
|
@ -39,8 +39,6 @@
|
|||
const hasNext = computed(() => page.value * pageSize.value < total.value);
|
||||
const hasPrev = computed(() => page.value > 1);
|
||||
|
||||
const itemsTitle = ref<HTMLDivElement>();
|
||||
|
||||
function prev() {
|
||||
page.value = Math.max(1, page.value - 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue