- Issue created by @jurgenhaas
- Merge request !41Issue #3511591 by jurgenhaas: Blocks containing a view with a pager never get initially collapsed → (Open) created by jurgenhaas
When a block should be collapsed after initial page load, but it contains a pager, then the collapsing is missed. This is because the active page indicator in the pager is a link with the is-active
class and that's excluded from being processed.
Ignore active links that also have the pager__link
class.
Active
4.0
Code