c1399fbc00
The inner button's e.stopPropagation() was preventing the click from reaching the DialogTrigger/DrawerTrigger wrapper, so the dialog never opened. Moved stopPropagation to the ZapDialog trigger div itself, which lets Radix handle the click (opening the dialog) while still preventing the card's navigation onClick from firing. Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>