feat: discussion sub-tab navigation for annotation threads (#60) #63
@@ -66,6 +66,11 @@ $effect(() => {
|
||||
}
|
||||
});
|
||||
|
||||
// Close the panel when entering annotate mode so the PDF is fully visible.
|
||||
$effect(() => {
|
||||
if (annotateMode) panelOpen = false;
|
||||
});
|
||||
|
||||
// ── Bottom panel state ────────────────────────────────────────────────────────
|
||||
|
||||
const LS_KEY_OPEN = 'doc-panel-open';
|
||||
|
||||
Reference in New Issue
Block a user