From 74d181e616c7cdfbf952e2a7a7ecc7f8c1124365 Mon Sep 17 00:00:00 2001 From: Alex Katz Date: Wed, 30 Aug 2023 21:01:15 -0400 Subject: [PATCH] added missing align prop to content location position popover callback --- src/usePopover.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usePopover.ts b/src/usePopover.ts index b0de0e2..4441ca8 100644 --- a/src/usePopover.ts +++ b/src/usePopover.ts @@ -79,6 +79,7 @@ export const usePopover = ({ parentRect, boundaryRect, padding, + align, nudgedTop: 0, nudgedLeft: 0, boundaryInset,