mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
889641ff67
commit
8f942aa631
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export const openSnippets = () => {
|
||||||
enabled: (item.querySelector(".b3-switch") as HTMLInputElement).checked
|
enabled: (item.querySelector(".b3-switch") as HTMLInputElement).checked
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
fetchPost("/api/snippet/setSnippets", {snippets}, () => {
|
fetchPost("/api/snippet/setSnippet", {snippets}, () => {
|
||||||
renderSnippet();
|
renderSnippet();
|
||||||
dialog.destroy();
|
dialog.destroy();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue