Release 9.9.1-alpha.0
Pre-release
Pre-release
9.9.1-alpha.0 (2023-05-23)
Bug Fixes
-
pat inject: Second attempt to fix the scrolling behavior, where the scrolling target could not be found. (829a6a6)
The original problem fixed in commit 911b8b8
for 9.9.0-beta.1 addressed a problem where the scroll target was not a
direct child of the injected content but some levels deeper. But this
fix broke the situation where the scroll target is a direct child of the
injected content. The fix applied here handles both situations.