From 024f3a9c0ffc57ff8d7071d0d0ba343acadd45d9 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Fri, 16 Jan 2026 21:53:50 +1300 Subject: [PATCH] fix(25-02): use onWheelCapture for capture phase - React Flow may listen during capture phase - onWheelCapture intercepts before bubbling phase --- src/components/quickstart/WelcomeModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/quickstart/WelcomeModal.tsx b/src/components/quickstart/WelcomeModal.tsx index c870b674..8d189bb7 100644 --- a/src/components/quickstart/WelcomeModal.tsx +++ b/src/components/quickstart/WelcomeModal.tsx @@ -77,7 +77,7 @@ export function WelcomeModal({ return (
e.stopPropagation()} + onWheelCapture={(e) => e.stopPropagation()} >
{currentView === "initial" && (