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.
1 parent 98a1200 commit f770e18Copy full SHA for f770e18
example/App.js
@@ -49,7 +49,7 @@ export default class App extends Component {
49
50
getView(value) {
51
switch (value) {
52
- case 6: {
+ case 0: {
53
return <Markdown children={copyAll} />;
54
}
55
case 1: {
@@ -64,7 +64,7 @@ export default class App extends Component {
64
case 4: {
65
return <Markdown rules={rules} style={customMarkdownStyle} children={copyAll} />;
66
67
- case 0: {
+ case 6: {
68
return <Markdown rules={pluginRules} plugins={[new PluginContainer(markdownItCheckbox, {divWrap: true})]} style={customMarkdownStyle} children={copyAllCheckboxPlugin} />;
69
70
default: {
0 commit comments