{ highlightModeActive = false; // Refresh highlights after a short delay to allow relay indexing setTimeout(() => { if (highlightLayerRef) { console.log("[Publication] Refreshing highlights after creation"); highlightLayerRef.refresh(); } }, 500); }} />
{#if $publicationColumnVisibility.main}
e.stopPropagation()} onkeydown={(e) => e.stopPropagation()} >
(publicationActionsOpen = true)} > {#if publicationActionsOpen} (publicationActionsOpen = false)} >
  • {#if $userStore.signedIn && $userStore.pubkey === indexEvent.pubkey}
  • {/if}
{/if}
{#if publicationDeleted} Publication deleted. Redirecting to publications page... {/if}
{#if showArticleCommentUI}

Comment on Article