Fix share passing through to share component
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user