From f62be4719eaba196b83b5972e9c0dcfc1e4b6020 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 10 Oct 2023 21:50:36 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/9385 --- app/src/config/util/snippets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/config/util/snippets.ts b/app/src/config/util/snippets.ts index 3d131de53..637ff68a9 100644 --- a/app/src/config/util/snippets.ts +++ b/app/src/config/util/snippets.ts @@ -158,6 +158,6 @@ const genSnippet = (options: ISnippet) => {
- +
`; };