Skip to content

4.13.21

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:08
· 9 commits to main since this release

πŸ› Bug Fix

  • Helpers: when the caret line can only be revealed by scrolling the page itself (e.g. the editor is half-visible in a small viewport), scrollIntoViewIfNeeded fell back to scrollIntoView() with the default block: 'start' β€” the element was aligned to the viewport top and the page jumped as if PageDown was pressed on every Enter. The fallback now uses block: 'nearest' and scrolls the minimal distance, one line at a time, like a native textarea. Reported by Ralf Pichler (Uniquare, Jodit OEM).