mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 05:28:07 +01:00
This commit is contained in:
parent
d445c5401f
commit
49426ac916
2 changed files with 0 additions and 4 deletions
|
|
@ -697,8 +697,6 @@ const getConfig = (pdf: any) => {
|
|||
let config = {};
|
||||
if (response.code !== 1) {
|
||||
config = JSON.parse(response.data.data);
|
||||
} else {
|
||||
showMessage(window.siyuan.languages.emptyContent);
|
||||
}
|
||||
pdf.appConfig.config = config;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -59,8 +59,6 @@ export class Asset extends Model {
|
|||
} else {
|
||||
this.pdfPage = undefined;
|
||||
}
|
||||
} else {
|
||||
showMessage(window.siyuan.languages.emptyContent);
|
||||
}
|
||||
cb();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue