Skip to content

Commit 65ae607

Browse files
remove unnecesary comment
1 parent c199ec1 commit 65ae607

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/PopoverWithMeasuredContent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ function PopoverWithMeasuredContent({
161161
};
162162
}, [anchorPosition, anchorAlignment, popoverWidth, popoverHeight]);
163163

164-
// Memoize expensive position calculations
165164
const positionCalculations = useMemo(() => {
166165
const horizontalShift = PopoverWithMeasuredContentUtils.computeHorizontalShift(adjustedAnchorPosition.left, popoverWidth, windowWidth);
167166
const verticalShift = PopoverWithMeasuredContentUtils.computeVerticalShift(

0 commit comments

Comments
 (0)