This commit is contained in:
Vanessa 2025-10-14 11:15:38 +08:00
parent 740bf34074
commit 29bd68b802
2 changed files with 1 additions and 2 deletions

View file

@ -171,7 +171,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark", protyle?: I
}
});
if (!protyle) {
ghostProtyle = new Protyle(window.siyuan.ws.app, document.createElement('div'), {
ghostProtyle = new Protyle(window.siyuan.ws.app, document.createElement("div"), {
blockId: attrs.id,
});
}