Skip to content

Commit

Permalink
Revert insert svg anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Apr 29, 2024
1 parent 2f33099 commit 4d6cf5c
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('div#app')?.appendChild(container.children[0]);
document.body.appendChild(container.children[0]);
}

export function setupThumbnailListener(): void {
Expand Down

0 comments on commit 4d6cf5c

Please sign in to comment.