diff --git a/src/lib/components/viewer/PageActions.svelte b/src/lib/components/viewer/PageActions.svelte index ed67a373e..352a847f8 100644 --- a/src/lib/components/viewer/PageActions.svelte +++ b/src/lib/components/viewer/PageActions.svelte @@ -111,7 +111,7 @@ {/if} {#if editSection} - + (editSection = false)}>

{#if section} {$_("annotate.cta.edit-section")} @@ -121,7 +121,7 @@

(editSection = false)} section={section || { page_number: page_number - 1 }} />
@@ -129,11 +129,15 @@ {/if} {#if pageNote} - + (pageNote = false)}>

{$_("annotate.cta.add-note")}

- + (pageNote = false)} + />
{/if}