mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 17:10:53 +08:00
🚨
This commit is contained in:
parent
534286e91d
commit
1b05df7d8f
@ -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…
Reference in New Issue
Block a user