Skip to content

Commit

Permalink
Change svg anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Apr 28, 2024
1 parent cb46b21 commit 52aee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/thumbnails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function insertSBIconDefinition() {
</g>
</defs>
</svg>`;
document.body.querySelector('img#wxwork-share-pic').after(container.children[0]);
document.body.querySelector('div#app')?.appendChild(container.children[0]);
}

export function setupThumbnailListener(): void {
Expand Down

0 comments on commit 52aee3f

Please sign in to comment.