next bug fixes

This commit is contained in:
2023-07-17 07:35:41 +00:00
parent 0e1de15d7c
commit 9e6dc31811
4 changed files with 23 additions and 14 deletions

View File

@@ -6,12 +6,12 @@
<div class="link-container">
{#each col.pageLinkBlocks as link}
{#if isNaN(link.rowNr)}
{#if isNaN(link.extendableRowNr)}
<button
class="page-ref"
on:click="{() => {
$rerender = $rerender + 1
$scrollToRowNr = link.rowNr
navigate(Object.values($pages)?.find((o) => o.id == link.page)?.path || '/')
}}"
>