mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
🚨
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
Add a link
Reference in a new issue