fix(spoiler): spoiler image wasn't showing for iframes

This commit is contained in:
Tom (plebeius.eth)
2024-07-04 21:38:01 +02:00
parent 8d766cc9e3
commit 85aeb86047
4 changed files with 6 additions and 9 deletions
-1
View File
@@ -124,7 +124,6 @@ const blockquoteToGreentext = () => (tree: any) => {
interface MarkdownProps {
content: string;
spoiler?: boolean;
title?: string;
}