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 ); }); }