Fallback to manual payment if webln fails - might be due to user intentionally closing out of it

This commit is contained in:
Chad Curtis 2025-07-14 13:50:02 +00:00
parent 7c9f3cb797
commit 3101532a2b

View File

@ -341,7 +341,6 @@ export function ZapDialog({ target, children, className }: ZapDialogProps) {
requestAnimationFrame(() => {
const drawerContent = document.querySelector('[data-testid="zap-modal"]') as HTMLElement;
if (drawerContent) {
// Force the drawer to full height
drawerContent.style.height = '100%';
drawerContent.style.maxHeight = '95vh';
}