You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_MIDSCROLL
TRIPLE_MIDSCROLL
Both use createMultiMidscroll from multi-midscroll-base.ts.