feat(#50): document & annotation comments #57

Merged
marcel merged 10 commits from feature/50-document-comments into main 2026-03-24 12:57:53 +01:00
Showing only changes of commit fd03e56c85 - Show all commits

View File

@@ -452,6 +452,7 @@ function zoomOut() {
{/if} {/if}
</div> </div>
{#key activeAnnotationId}
{#if activeAnnotationId} {#if activeAnnotationId}
<AnnotationCommentPanel <AnnotationCommentPanel
documentId={documentId} documentId={documentId}
@@ -465,5 +466,6 @@ function zoomOut() {
}} }}
/> />
{/if} {/if}
{/key}
</div> </div>
{/if} {/if}