Update frontend/src/core/components/pageEditor/PageEditor.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Reece Browne 2025-11-10 15:02:47 +00:00 committed by GitHub
parent 0f551ca504
commit 673c99d25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1098,7 +1098,7 @@ const PageEditor = ({
const currentRect = currentEl.getBoundingClientRect();
const nextPage = displayedPages[position + 1];
let lineLeft = currentRect.right;
let lineLeft;
if (nextPage) {
const nextEl = refsMap.get(nextPage.id);