We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98220c5 + 87b0cee commit 3c1ca8bCopy full SHA for 3c1ca8b
src/browser/base/zen-components/ZenMediaController.mjs
@@ -222,6 +222,7 @@
222
)
223
.then(() => {
224
this.mediaControlBar.setAttribute('hidden', 'true');
225
+ this.mediaControlBar.removeAttribute('media-sharing');
226
gZenUIManager.updateTabsToolbar();
227
gZenUIManager.restoreScrollbarState();
228
});
@@ -235,7 +236,6 @@
235
236
if (this._currentMediaController.isBeingUsedInPIPModeOrFullscreen) return this.hideMediaControls();
237
238
this.updatePipButton();
- this.mediaControlBar.removeAttribute('media-sharing');
239
}
240
241
const mediaInfoElements = [this.mediaTitle, this.mediaArtist];
0 commit comments