mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 01:14:07 +01:00
🚨
This commit is contained in:
parent
cdae86d50b
commit
5b30b60bf7
5 changed files with 9 additions and 9 deletions
|
|
@ -409,8 +409,8 @@ ${window.siyuan.languages.createdAt} ${dayjs(response.data.ial.id.substr(0, 14))
|
|||
return false;
|
||||
}
|
||||
this.element.setAttribute("data-node-id", protyle.block.rootID);
|
||||
if (response.data.ial['custom-riff-decks']) {
|
||||
this.element.setAttribute("custom-riff-decks", response.data.ial['custom-riff-decks']);
|
||||
if (response.data.ial["custom-riff-decks"]) {
|
||||
this.element.setAttribute("custom-riff-decks", response.data.ial["custom-riff-decks"]);
|
||||
}
|
||||
protyle.background.render(response.data.ial, protyle.block.rootID);
|
||||
protyle.wysiwyg.renderCustom(response.data.ial);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue