diff --git a/docs/source/whatsnew/pr/paul-scroll.rst b/docs/source/whatsnew/pr/paul-scroll.rst new file mode 100644 index 0000000..572da93 --- /dev/null +++ b/docs/source/whatsnew/pr/paul-scroll.rst @@ -0,0 +1 @@ +* A ScrollManager was added to the notebook. The ScrollManager controls how the notebook document is scrolled using keyboard. Users can inherit from the ScrollManager or TargetScrollManager to customize how their notebook scrolls. The default ScrollManager is the SlideScrollManager, which tries to scroll to the nearest slide or sub-slide cell.