🎨 Improve database primary key content update for bound container blocks https://github.com/siyuan-note/siyuan/issues/12664
This commit is contained in:
parent
64d02559f6
commit
0dc3ae2fa8
1 changed files with 1 additions and 0 deletions
|
@ -777,6 +777,7 @@ app.whenReady().then(() => {
|
|||
return getWindowByContentId(data.webContentsId).webContents.printToPDF(data.pdfOptions);
|
||||
} catch (e) {
|
||||
writeLog(e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
if (data.cmd === "siyuan-open-file") {
|
||||
|
|
Loading…
Add table
Reference in a new issue