mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 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);
|
return getWindowByContentId(data.webContentsId).webContents.printToPDF(data.pdfOptions);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
writeLog(e);
|
writeLog(e);
|
||||||
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data.cmd === "siyuan-open-file") {
|
if (data.cmd === "siyuan-open-file") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue