NaumenkoSergiy

Results 1 comments of NaumenkoSergiy

If someone still finding answer: You can use `getSelectedBlocksType` and `getSelectionInlineStyle` from `draftjs-utils`. `getSelectionInlineStyle(editorState)` returns something like: `unstyled`, `ordered-list-item`, `unordered-list-item`. `getSelectionInlineStyle(editorState)` returns something like: ``` { "BOLD": true, "ITALIC": false,...