panel 2 courier api restore

This commit is contained in:
alma 2025-04-25 21:51:53 +02:00
parent eb22039eb1
commit 83cf04683c

View File

@ -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');