mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🚨
This commit is contained in:
parent
ccef05208b
commit
fae96fd141
4 changed files with 10 additions and 11 deletions
|
@ -106,7 +106,7 @@ export const openSnippets = () => {
|
|||
type: item.getAttribute("data-type"),
|
||||
content: item.querySelector("textarea").value,
|
||||
enabled: (item.querySelector(".b3-switch") as HTMLInputElement).checked
|
||||
})
|
||||
});
|
||||
});
|
||||
fetchPost("/api/snippet/setSnippet", {snippets}, () => {
|
||||
renderSnippet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue