mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 19:02:23 +00:00
Changes the logseq.Editor.getPageBlocksTree's return type from Promise<Array<BlockEntity>> to Promise<Array<BlockEntity> | null>. Closes #12211. Co-authored-by: Charlie <xyhp915@qq.com>