Skip to content

Commit

Permalink
Merge pull request #79 from niuware/development
Browse files Browse the repository at this point in the history
Fix 'toolbar' property
  • Loading branch information
niuware authored Feb 19, 2020
2 parents eca5324 + 038d31a commit bb8a165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui-rte",
"version": "1.12.0",
"version": "1.13.0",
"description": "Material-UI Rich Text Editor and Viewer",
"keywords": [
"material-ui",
Expand Down
2 changes: 1 addition & 1 deletion src/MUIRichTextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ const MUIRichTextEditor: RefForwardingComponent<any, IMUIRichTextEditorProps> =
/>
</Paper>
: null}
{editable || renderToolbar ?
{renderToolbar ?
<Toolbar
id={id}
editorState={editorState}
Expand Down

0 comments on commit bb8a165

Please sign in to comment.