Vanessa 2025-12-03 19:09:15 +08:00
parent 7154879ddc
commit 806ca9f213
3 changed files with 9 additions and 1 deletions

View file

@ -238,6 +238,9 @@ export const reloadPlugin = async (app: App, data: {
app.plugins.forEach(item => {
if (upsertCodePlugins.includes(item.name)) {
afterLoadPlugin(item);
getAllEditor().forEach(editor => {
editor.protyle.toolbar.update(editor.protyle);
});
}
});
});