mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
This commit is contained in:
parent
e894244a73
commit
9b18e18bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export class Plugin {
|
|||
this.data[storageName] = response;
|
||||
resolve(this.data[storageName]);
|
||||
}, null, () => {
|
||||
resolve("");
|
||||
resolve(this.data[storageName]);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue