jasonphillips / draft-js-richbuttons-plugin

A plugin for adding rich formatting controls - https://jasonphillips.github.io/draft-js-richbuttons-plugin/
38 stars 14 forks source link

onMouseDown for Custom Block Buttons #11

Open bjeld opened 7 years ago

bjeld commented 7 years ago

Is onMouseDown missing in props for in Block Button such as ULButton? Clicking those button removes focus from the Editor.

I can quickfix it by using: a onClick={props.toggleBlockType} onMouseDown={event => event.preventDefault()} > but it would be much nicer with props.onMouseDown