mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-30 20:06:30 +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:
parent
0f551ca504
commit
673c99d25c
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user