We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b20e3b4 + 41fd9de commit cbbf079Copy full SHA for cbbf079
README.md
@@ -77,6 +77,7 @@ class Diff extends PureComponent {
77
| leftTitle | `string` | `undefined` | Column title for left section of the diff in split view. This will be used as the only title in inline view. |
78
| rightTitle | `string` | `undefined` | Column title for right section of the diff in split view. This will be ignored in inline view. |
79
80
+
81
## Instance Methods
82
83
`resetCodeBlocks()` - Resets the expanded code blocks to it's initial state. Return `true` on successful reset and `false` during unsuccessful reset.
0 commit comments