Summary
Fixes a bug where the #advantage-ad-background div injected during setup of the double/triple midscroll formats is never removed when reset is called (e.g. on ad refresh). On each subsequent refresh, a new background div is inserted without the stale one being cleaned up, causing duplicate background layers to accumulate in the shadow DOM.
Affected formats
DOUBLE_MIDSCROLLTRIPLE_MIDSCROLL
Both use createMultiMidscroll from multi-midscroll-base.ts.
0.11.2 (2026-04-21)
Bug Fixes
What's Changed
Full Changelog: v0.11.1...v0.11.2