This commit is contained in:
Vanessa 2023-06-01 15:03:03 +08:00
parent 89a9ffb5f9
commit fd0893d8d8
2 changed files with 4 additions and 1 deletions

View file

@ -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) => {