mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
09096229ce
commit
c0fb594133
4 changed files with 14 additions and 10 deletions
|
|
@ -61,7 +61,7 @@ export class App {
|
|||
if (data) {
|
||||
switch (data.cmd) {
|
||||
case "reloadPlugin":
|
||||
reloadPlugin(this);
|
||||
reloadPlugin(this, data.data);
|
||||
break;
|
||||
case "syncMergeResult":
|
||||
reloadSync(this, data.data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue