Vanessa 2025-03-20 18:57:40 +08:00
parent 96f17b46c4
commit b8bf4401bb
2 changed files with 13 additions and 6 deletions

View file

@ -66,6 +66,8 @@ export const uninstall = (app: App, name: string, isUninstall = false) => {
getAllEditor().forEach(editor => {
editor.protyle.toolbar.update(editor.protyle);
});
// rm style
document.getElementById("pluginsStyle" + name)?.remove();
return true;
}
});