We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b3780 commit bb29584Copy full SHA for bb29584
injected/src/features/duckplayer/video-overlay.js
@@ -268,8 +268,6 @@ export class VideoOverlay {
268
if (elem.container) {
269
this.appendThumbnail(elem.container);
270
}
271
-
272
- this.altOverlay = elem;
273
} else if (this.environment.layout === 'mobile') {
274
const elem = /** @type {DDGVideoOverlayMobile} */ (document.createElement(DDGVideoOverlayMobile.CUSTOM_TAG_NAME));
275
elem.testMode = this.environment.isTestMode();
0 commit comments