From 3ff2d0a923f0551250d71c76120cb20b69c5475e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 25 Jan 2024 00:00:00 +0000 Subject: [PATCH] fix: ParsedContent not updating with new content content would only show if it was present when the component was initially mounted --- .../components/events/content/ParsedContent.svelte | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/lib/components/events/content/ParsedContent.svelte b/src/lib/components/events/content/ParsedContent.svelte index 53d69f5..2a0379b 100644 --- a/src/lib/components/events/content/ParsedContent.svelte +++ b/src/lib/components/events/content/ParsedContent.svelte @@ -1,10 +1,17 @@