mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-17 14:15:29 +01:00
This commit is contained in:
parent
897b1d5ccc
commit
ec198ee4eb
7 changed files with 202 additions and 171 deletions
|
|
@ -415,8 +415,8 @@ ${window.siyuan.languages.createdAt} ${dayjs(response.data.ial.id.substr(0, 14))
|
|||
}
|
||||
}
|
||||
|
||||
public render(protyle: IProtyle, response: IWebSocketData, refresh = false) {
|
||||
if (this.editElement.getAttribute("data-render") === "true" && !refresh) {
|
||||
public render(protyle: IProtyle, response: IWebSocketData) {
|
||||
if (this.editElement.getAttribute("data-render") === "true") {
|
||||
return false;
|
||||
}
|
||||
this.element.setAttribute("data-node-id", protyle.block.rootID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue