mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
This commit is contained in:
parent
96f17b46c4
commit
b8bf4401bb
2 changed files with 13 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue