This commit is contained in:
Jacky Zhao 2023-08-17 21:08:26 -07:00
parent a7cca3242a
commit e10f6da011
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
--- ---
draft: true draft: true
--- ---
## high priority backlog ## high priority backlog
- block links: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note - block links: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note

View File

@ -486,7 +486,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
rebuild(clientRefresh) rebuild(clientRefresh)
}) })
} else { } else {
await build(() => { }) await build(() => {})
ctx.dispose() ctx.dispose()
} }
}) })