From adf3234d94aae603204fd31180ad75b706a121c4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 29 Sep 2025 21:04:56 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15980 --- 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 54a4fd6d3..96ab89155 100644 --- a/app/src/config/util/snippets.ts +++ b/app/src/config/util/snippets.ts @@ -118,7 +118,7 @@ export const openSnippets = () => { type: target.id === "addCodeSnippetCSS" ? "css" : "js", name: "", content: "", - enabled: false, + enabled: true, disabledInPublish: false, })); event.stopPropagation();