You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Cursor/scroll lag in source mode** — `layout-change` fires on every CM6 cursor movement and scroll tick, causing a full Svelte unmount+remount of the Trail/Prev-Next page view on each tick even when nothing had changed. The DOM thrash inside `.cm-scroller` made CM6 re-measure and skip cursor positions (visible as paragraph jumps in vim mode). Page views are now only remounted when the editor mode (source vs. preview) or the sticky setting actually changes; repeat `layout-change` firings with an already-correct mount are ignored ([#698](https://github.com/SkepticMystic/breadcrumbs/issues/698)).
0 commit comments