Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick authored Feb 26, 2018
1 parent 37123dc commit 4509e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function insertStar () {
*/
const CustomToolbar = () => (
<div id="toolbar">
<select className="ql-header">
<select className="ql-header" defaultValue={""} onChange={e => e.persist()}>
<option value="1"></option>
<option value="2"></option>
<option selected></option>
Expand Down

0 comments on commit 4509e0c

Please sign in to comment.