mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 06:45:11 +00:00
Cases like the glimmer-site-header are complex because the swiped area is not the moved target, for now it's simpler to not apply the body scroll lock automatically. A new property is now available on the swipe modifier: `{{swipe @lockBody=false}}` Note I tried to have tests for this modifier in the past, but it was very inconsistent on CI causing lots of flakeys, this is why there are no tests for now. I might try to write them again using system specs.