We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ac6fa commit 57b6c82Copy full SHA for 57b6c82
src/components-layout/TabbedLayout.tsx
@@ -48,7 +48,6 @@ export class TabbedLayout extends React.Component<LayoutProps, {}> {
48
<button onClick={() => this.setState({tab: TAB_PREVIEW})}>Preview</button>
49
</div>
50
<MdeToolbar
51
- className="react-mde-toolbar"
52
commands={commands}
53
onCommand={this.handleCommand}
54
/>
0 commit comments