diff --git a/frontend/src/lib/components/DocumentTopBar.svelte b/frontend/src/lib/components/DocumentTopBar.svelte index e91f85a9..9c1bd419 100644 --- a/frontend/src/lib/components/DocumentTopBar.svelte +++ b/frontend/src/lib/components/DocumentTopBar.svelte @@ -155,8 +155,11 @@ let mobileMenuOpen = $state(false); {/if} + + + -
+
{#if canAnnotate && isPdf && !annotateMode} {@render annotateBtn(false)} {/if}