mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-01-14 20:11:17 +01:00
Lint
This commit is contained in:
parent
aec1f97ff8
commit
b276eb5b68
@ -1088,7 +1088,7 @@ const PageEditor = ({
|
|||||||
rotation: page.rotation || 0
|
rotation: page.rotation || 0
|
||||||
};
|
};
|
||||||
}}
|
}}
|
||||||
renderItem={(page, index, refs, boxSelectedIds, clearBoxSelection, getBoxSelection, activeId, activeDragIds, justMoved, isOver, dragHandleProps, zoomLevel) => {
|
renderItem={(page, index, refs, boxSelectedIds, clearBoxSelection, _getBoxSelection, _activeId, activeDragIds, justMoved, _isOver, dragHandleProps, zoomLevel) => {
|
||||||
const fileColorIndex = page.originalFileId ? fileColorIndexMap.get(page.originalFileId) ?? 0 : 0;
|
const fileColorIndex = page.originalFileId ? fileColorIndexMap.get(page.originalFileId) ?? 0 : 0;
|
||||||
const isBoxSelected = boxSelectedIds.includes(page.id);
|
const isBoxSelected = boxSelectedIds.includes(page.id);
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user