From fcb24c783c3abdd286116d4a2aea419de8e833bf Mon Sep 17 00:00:00 2001 From: Jip Frijlink Date: Fri, 14 Apr 2023 21:40:55 +0200 Subject: [PATCH] Update src/components/popout/positions/FloatingCardMobilePosition.tsx --- src/components/popout/positions/FloatingCardMobilePosition.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/popout/positions/FloatingCardMobilePosition.tsx b/src/components/popout/positions/FloatingCardMobilePosition.tsx index 7f890051..dece3ccc 100644 --- a/src/components/popout/positions/FloatingCardMobilePosition.tsx +++ b/src/components/popout/positions/FloatingCardMobilePosition.tsx @@ -33,7 +33,6 @@ export function FloatingCardMobilePosition(props: MobilePositionProps) { const isInScrollable = (event.target as HTMLDivElement).closest( ".overflow-y-auto" ); - // console.log(my); if (isInScrollable) return; // Don't attempt to swipe the thing away if it's a scroll area unless the scroll area is at the top and the user is swiping down const height = cardRect?.height ?? 0;