tidy up ScrollPanel comments

pull/21833/head
Michael Telatynski 2020-09-03 11:48:29 +01:00
parent ad9be61477
commit 6d4de4d22b
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export default createReactClass({
/* startAtBottom: if set to true, the view is assumed to start /* startAtBottom: if set to true, the view is assumed to start
* scrolled to the bottom. * scrolled to the bottom.
* XXX: It's likley this is unecessary and can be derived from * XXX: It's likely this is unnecessary and can be derived from
* stickyBottom, but I'm adding an extra parameter to ensure * stickyBottom, but I'm adding an extra parameter to ensure
* behaviour stays the same for other uses of ScrollPanel. * behaviour stays the same for other uses of ScrollPanel.
* If so, let's remove this parameter down the line. * If so, let's remove this parameter down the line.
@ -141,6 +141,7 @@ export default createReactClass({
/* style: styles to add to the top-level div /* style: styles to add to the top-level div
*/ */
style: PropTypes.object, style: PropTypes.object,
/* resizeNotifier: ResizeNotifier to know when middle column has changed size /* resizeNotifier: ResizeNotifier to know when middle column has changed size
*/ */
resizeNotifier: PropTypes.object, resizeNotifier: PropTypes.object,