🎨 Improve database primary key content update for bound container blocks https://github.com/siyuan-note/siyuan/issues/12664

This commit is contained in:
Daniel 2024-10-13 20:11:23 +08:00
parent 64d02559f6
commit 0dc3ae2fa8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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") {