From 83cf04683c5746cd8a8e7db919fa7bb65067c8f6 Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 25 Apr 2025 21:51:53 +0200 Subject: [PATCH] panel 2 courier api restore --- components/ComposeEmail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ComposeEmail.tsx b/components/ComposeEmail.tsx index dac5139f..baebae1f 100644 --- a/components/ComposeEmail.tsx +++ b/components/ComposeEmail.tsx @@ -252,7 +252,7 @@ export default function ComposeEmail({ e.stopPropagation(); e.preventDefault(); // Prevent the parent container from scrolling } - }, { passive: false }); // Important for preventDefault to work + }, { passive: false }); // Mark this element as having a scroll handler attached (container as HTMLElement).setAttribute('data-scroll-handler-attached', 'true');