From 3e356722d7f61bd8cc2fe746f31a5c8320005f3b Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 14 Jul 2022 20:18:28 +0200 Subject: [PATCH] allowing html for database psas --- frontend/src/ts/elements/psa.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/ts/elements/psa.ts b/frontend/src/ts/elements/psa.ts index 09747f30c..d455f5724 100644 --- a/frontend/src/ts/elements/psa.ts +++ b/frontend/src/ts/elements/psa.ts @@ -92,7 +92,8 @@ export async function show(): Promise { psa.sticky, () => { setMemory(psa._id); - } + }, + true ); }); }