fix: not opening in target blank

This commit is contained in:
2026-04-24 22:43:37 +02:00
parent 69739c90d7
commit dd5c305f7e

View File

@@ -49,7 +49,7 @@ function ensureDrawerElement(labels) {
</div> </div>
<div class="app-detail-drawer-actions"> <div class="app-detail-drawer-actions">
<a role="button" class="secondary outline small app-detail-drawer-full" data-detail-drawer-full <a role="button" class="secondary outline small app-detail-drawer-full" data-detail-drawer-full
target="_blank" rel="noopener" aria-label="${labels.openFull}"> aria-label="${labels.openFull}">
<i class="bi bi-box-arrow-up-right" aria-hidden="true"></i> <i class="bi bi-box-arrow-up-right" aria-hidden="true"></i>
<span>${labels.openFull}</span> <span>${labels.openFull}</span>
</a> </a>