panel 2 courier api restore
This commit is contained in:
parent
eb22039eb1
commit
83cf04683c
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user