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
fix: prevent scroll jump when clicking on cell output
Add scroll-margin CSS to data-el-cell-body to reduce scroll jumps when
the cell body receives focus (e.g., when clicking on cell output).
Add mousedown handler in cell.js to preserve scroll position when
clicking on non-editor areas of the cell body.
0 commit comments