mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 10:14:21 +01:00
This commit is contained in:
parent
205ebd26b5
commit
4250c24f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ const renderEmbed = (blocks: {
|
|||
item.firstElementChild.insertAdjacentHTML("afterend", html);
|
||||
improveBreadcrumbAppearance(item.querySelector(".protyle-wysiwyg__embed"));
|
||||
} else {
|
||||
item.firstElementChild.insertAdjacentHTML("afterend", `<div class="ft__smaller ft__secondary b3-form__space--small" contenteditable="false">${window.siyuan.languages.refExpired}</div>`);
|
||||
item.firstElementChild.insertAdjacentHTML("afterend", `<div class="protyle-wysiwyg__embed ft__smaller ft__secondary b3-form__space--small" contenteditable="false">${window.siyuan.languages.refExpired}</div>`);
|
||||
}
|
||||
|
||||
processRender(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue