mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
4f928dc579
commit
b63cc1839a
3 changed files with 6 additions and 2 deletions
|
|
@ -298,7 +298,8 @@ const setHTML = (options: {
|
|||
options.afterCB();
|
||||
}
|
||||
protyle.app.plugins.forEach(item => {
|
||||
item.eventBus.emit("loaded-protyle", protyle);
|
||||
item.eventBus.emit("loaded-protyle", protyle); // 准备废弃
|
||||
item.eventBus.emit("loaded-protyle-static", {protyle});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue