🚨
This commit is contained in:
parent
534286e91d
commit
1b05df7d8f
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ const renderPDF = (id: string) => {
|
|||
if (response.code === 1) {
|
||||
document.getElementById("message").firstElementChild.innerHTML === "";
|
||||
showMessage(response.msg, undefined, "error");
|
||||
window.siyuan.printWin.destroy()
|
||||
window.siyuan.printWin.destroy();
|
||||
return;
|
||||
}
|
||||
window.siyuan.printWin.loadURL(response.data.url);
|
||||
|
|
Loading…
Add table
Reference in a new issue