mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 19:18:06 +01:00
This commit is contained in:
parent
b11e0af08d
commit
7154879ddc
3 changed files with 13 additions and 7 deletions
|
|
@ -119,7 +119,7 @@ export class Plugin {
|
|||
// 存储数据变更
|
||||
// 兼容 3.4.1 以前同步数据使用重载插件的问题
|
||||
uninstall(this.app, this.name, false);
|
||||
loadPlugins(this.app, [this.name]).then(() => {
|
||||
loadPlugins(this.app, [this.name], false).then(() => {
|
||||
afterLoadPlugin(this);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue