Skip to content

Commit

Permalink
Merge pull request #632 from SnowCait/fix-navigation-of-thread
Browse files Browse the repository at this point in the history
Fix navigation of thread
  • Loading branch information
SnowCait authored Sep 30, 2023
2 parents 547708d + aec9b9e commit d16ae10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/routes/[note=note]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
readonly={false}
load={async () => console.debug()}
showLoading={false}
transitionable={false}
/>

<div bind:this={focusedElement}>
Expand All @@ -174,7 +173,6 @@
readonly={false}
load={async () => console.debug()}
showLoading={false}
transitionable={false}
/>

{#if repostEvents !== undefined}
Expand Down

1 comment on commit d16ae10

@vercel
Copy link

@vercel vercel bot commented on d16ae10 Sep 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nostter – ./

nostter-snowcait.vercel.app
nostter-git-main-snowcait.vercel.app
nostter.vercel.app

Please sign in to comment.