Fix share passing through to share component

This commit is contained in:
WardPearce
2026-02-12 18:54:35 +13:00
parent 27fd30d927
commit fb720e8316
2 changed files with 3 additions and 2 deletions
@@ -38,7 +38,6 @@
}
}
function parseComment(html: string): string {
console.log(html);
const parser = new DOMParser();
const doc = parser.parseFromString(html, 'text/html');
@@ -449,7 +449,9 @@
{$_('transcript')}
</div>
</button>
<button class="surface-container-highest"
<button
class="surface-container-highest"
onclick={(event: Event) => event.stopPropagation()}
><i>share</i>
<div class="tooltip">
{$_('player.share.title')}