##// END OF EJS Templates
Merge pull request #6526 from jdfreder/whatsnewfix...
Matthias Bussonnier -
r17937:0d036588 merge
parent child Browse files
Show More
@@ -1,1 +1,1 b''
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.
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.
General Comments 0
You need to be logged in to leave comments. Login now