Skip to content

Commit

Permalink
feat: #319 PicGO图形化配置界面-修复云床配置buffer读取报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 11, 2023
1 parent 68e55dc commit c9f3398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/lib/siyuan/publish-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const initPublishHelper = () => {
{ content: html },
(response) => {
window.siyuan.printWin.loadURL(response.data.url)
window.siyuan.printWin.webContents.openDevTools()
// window.siyuan.printWin.webContents.openDevTools()
}
)
})
Expand Down

0 comments on commit c9f3398

Please sign in to comment.