mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
This commit is contained in:
parent
89a9ffb5f9
commit
fd0893d8d8
2 changed files with 4 additions and 1 deletions
|
|
@ -270,6 +270,9 @@ const setHTML = (options: {
|
|||
if (protyle.options.render.breadcrumb) {
|
||||
protyle.breadcrumb.render(protyle);
|
||||
}
|
||||
app.plugins.forEach(item => {
|
||||
item.eventBus.emit("loaded-protyle", protyle);
|
||||
});
|
||||
};
|
||||
|
||||
export const disabledForeverProtyle = (protyle: IProtyle) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue