Skip to content

Commit

Permalink
🎨 #9425
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 13, 2023
1 parent d445c54 commit 49426ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/src/asset/anno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down
2 changes: 0 additions & 2 deletions app/src/asset/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export class Asset extends Model {
} else {
this.pdfPage = undefined;
}
} else {
showMessage(window.siyuan.languages.emptyContent);
}
cb();
});
Expand Down

0 comments on commit 49426ac

Please sign in to comment.