Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Dec 4, 2024
1 parent 0c12d40 commit 6ff8921
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/viewer/ViewerContext.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ layouts, stories, and tests.
$: noteMatchingPageHash = (note: Note) =>
note.id === noteFromHash($pageStore.url.hash);
$: console.log(`Page ${$currentPage}`);
function scrollToHash(hash?: string) {
const page: Nullable<number> = hash ? pageFromHash(hash) : null;
let el: Maybe<Nullable<HTMLElement>>;
Expand Down

0 comments on commit 6ff8921

Please sign in to comment.