Skip to content

Commit

Permalink
fix: fix siyuanhook
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 4, 2023
1 parent 4ab3d55 commit d68861f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/lib/siyuanhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ const initMethods = {
initPicgoExtension: (entryName) => {
const syWin = getSiyuanWindow()
const dataDir = getSiyuanDataDir()
console.log("initPicgoExtension=>", dataDir)
console.log("syWin=>", syWin)
// console.log("initPicgoExtension=>", dataDir)
// console.log("syWin=>", syWin)

// 防止重复挂载
if (syWin.SyPicgo) {
Expand Down

0 comments on commit d68861f

Please sign in to comment.