mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
When viewing a page in zoom/focus mode, pressing Shift+Tab could outdent blocks past the zoom root boundary, causing them to disappear from the focused view. This adds a guard in both single-block (indent-outdent) and multi-block (on-tab) code paths to check for the zoom boundary. Fixes #12582