Skip to content
Commit bace64a0 authored by Ismael Asensio's avatar Ismael Asensio Committed by Nate Graham
Browse files

Fix OverlaySheet closing when clicking inside layout

The `OverlaySheet` would close when clicking outside `scrollview.contentIem`.
This area doesn't include the scrollbar area, nor header or footer items, so clicking on those items,
if they do not catch the click event first, would result in an undesired closure of the sheet.

Setting the condition to check for `contentLayout` instead respect the limits of the visible card.
Clicking outside of this area still closes the sheet as expected.

BUG: 421848
FIXED-IN: 5.72
parent a1cd9952
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment