Edward Smith
Edward Smith
Checkbox inherits from View, so you can just set the style like: `style={{ width: 20, height: 20 }}`
I'm looking into this now, it seems when you paste a value into the editor, the range is set to null, rather than a new Range...and onEditorChangeSelection is not called...
So I narrowed it down to the clipboard's onPaste event in Quill.js, this line specifically `this.quill.updateContents(delta, Quill.sources.USER);` After this is called, the editor loses focus and the onBlur event is...