This commit is contained in:
Markos Gogoulos
2026-02-19 19:36:48 +02:00
parent 2423e9517e
commit 0056e1ed8f
4 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ export default class VideoViewer extends React.PureComponent {
topLeftHtml = document.createElement('div');
topLeftHtml.setAttribute('class', 'media-links-top-left');
const linkTarget = inEmbeddedApp() ? '_self' : '_blank';
const linkTarget = inEmbeddedApp() ? '_top' : '_blank';
if (titleLink) {
titleLink.setAttribute('class', 'title-link');