mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
Update frontend/src/core/components/pageEditor/PageEditor.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user