diff --git a/src/lib/components/publications/Publication.svelte b/src/lib/components/publications/Publication.svelte index f17f488..d30e588 100644 --- a/src/lib/components/publications/Publication.svelte +++ b/src/lib/components/publications/Publication.svelte @@ -64,7 +64,7 @@ let publicationContentRef: HTMLElement | null = $state(null); // Comment layer state - let commentsVisible = $state(true); + let commentsVisible = $state(false); let comments = $state([]); let commentLayerRef: any = null; let showArticleCommentUI = $state(false); @@ -1734,8 +1734,8 @@