From 4d596e583b1a47dad30d3bec4aae932116ab593b Mon Sep 17 00:00:00 2001 From: Siva Sivakumar Date: Mon, 13 May 2024 21:46:46 +0200 Subject: [PATCH] render desc with newline --- src/lib/components/Popup.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/Popup.svelte b/src/lib/components/Popup.svelte index b8532ee..8ab0345 100644 --- a/src/lib/components/Popup.svelte +++ b/src/lib/components/Popup.svelte @@ -2,7 +2,7 @@ import { page } from '$app/stores'; import { copy } from 'svelte-copy'; - import { closeSidebar } from '$lib/components/functions'; + import { closeSidebar, markRender } from '$lib/components/functions'; export let pathDetail: any = {} @@ -117,7 +117,7 @@ Description: -
{"description" in pathDetail ? pathDetail.description : ''}
+
") : ''}>