A Beginner’s Guide to Draft JS
Adrian Li
1814
Thanks for the helpful tutorial!
You forgot to add the
<button onClick={this._onBoldClick.bind(this)}>Bold</button>to your final code block though.
Thanks for the helpful tutorial!
You forgot to add the
<button onClick={this._onBoldClick.bind(this)}>Bold</button>to your final code block though.