mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 17:24:21 +01:00
This commit is contained in:
parent
463e2fa4cd
commit
f23cd5005d
2 changed files with 8 additions and 6 deletions
|
|
@ -262,7 +262,7 @@ export class Background {
|
|||
this.ial.icon = emoji;
|
||||
this.render(this.ial, protyle.block.rootID);
|
||||
updateFileTreeEmoji(emoji, protyle.block.rootID);
|
||||
updateOutlineEmoji(emoji);
|
||||
updateOutlineEmoji(emoji, protyle.block.rootID);
|
||||
fetchPost("/api/attr/setBlockAttrs", {
|
||||
id: protyle.block.rootID,
|
||||
attrs: {"icon": emoji}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue