Commit 4e903d8d authored by Robert Knight's avatar Robert Knight

Note that the `collapse` prop only applies if `inlineControls` is false

parent cb895b14
...@@ -156,6 +156,8 @@ Excerpt.propTypes = { ...@@ -156,6 +156,8 @@ Excerpt.propTypes = {
/** /**
* If the content should be truncated if its height exceeds * If the content should be truncated if its height exceeds
* `collapsedHeight + overflowHysteresis`. * `collapsedHeight + overflowHysteresis`.
*
* This prop is only used if `inlineControls` is false.
*/ */
collapse: propTypes.bool, collapse: propTypes.bool,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment