-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tabs] Update scrollable property description #14059
Conversation
…ed the doc to not display correctly. 2. Small changes - remove unnecessary commas 3. Remove unused constants 4. Add max-len to eslint disable
commas after formatted code |
I believe @joshwooding already took care of the issue. Can you try what we have on the master branch: https://material-ui.netlify.com/api/tabs/? |
@@ -453,13 +453,11 @@ Tabs.propTypes = { | |||
*/ | |||
onChange: PropTypes.func, | |||
/** | |||
* True invokes scrolling properties and allow for horizontally scrolling | |||
* (or swiping) the tab bar. | |||
* If `true,` it invokes scrolling properties and allow for horizontally scrolling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Yes - fixed there - looks good - and even better - he fixed the core root of the problem. |
eslint-disable