I’ve encountered an issue where, when switching between two tabs, the cursor remains in its original position on the line, but the page unexpectedly scrolls all the way to the bottom. This behavior disrupts the editing flow and can be frustrating during time-sensitive work sessions.
Steps to Reproduce:
- Open two tabs in Obsidian.
- Start writing on a specific line in one tab.
- Switch to the second tab (or back to the first tab) while still editing ( using go to previous / next tab shortcuts )
- Notice that although the cursor stays at the same line, the view scrolls to the bottom of the document.
Expected Behavior:
The view should maintain its current scroll position or adjust appropriately to keep the cursor visible. The switching between tabs should not trigger an unexpected scroll to the bottom.
Workarounds/Attempts:
- I’ve tried disabling various community plugins and switching themes, but the issue persists.
- As a temporary measure, manually scrolling back to the intended position can work, but it’s not a practical long-term solution.