fix: forward citation line anchor to editor panel and harden reveal

This commit is contained in:
CREDO23 2026-06-19 19:12:14 +02:00
parent 1cb7633920
commit cfafed09bc
2 changed files with 24 additions and 11 deletions

View file

@ -308,6 +308,8 @@ export function RightPanel({
searchSpaceId={editorState.searchSpaceId ?? undefined}
title={editorState.title}
onClose={closeEditor}
highlightLines={editorState.highlightLines}
forceSourceView={editorState.forceSourceView}
/>
</div>
)}