mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[react-interactions] FocusWithin beforeblur propagation fix (#17375)
This commit is contained in:
@@ -544,6 +544,10 @@ const focusWithinResponderImpl = {
|
||||
onBeforeBlurWithin,
|
||||
DiscreteEvent,
|
||||
);
|
||||
} else {
|
||||
// We want to propagate to next focusWithin responder
|
||||
// if this responder doesn't handle beforeblur
|
||||
context.continuePropagation();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user