When a user saves a page using Ctrl+S or the save button in the editor, the cursor position is reset to the top of the page, which interrupts the editing flow — especially on long pages.
Current behavior
- User edits content in the editor
- Presses Ctrl+S or clicks "Save"
- Content is saved correctly, but the cursor jumps to the first line
Expected Behavior
After saving, the cursor should remain in the same position so that the user can continue editing smoothly
Scroll position in the preview should ideally remain unchanged as well