UNPKG

draft-js-list-depth-plugin

Version:
8 lines (6 loc) 245 B
export default editorState => { const selection = editorState.getSelection(); const contentState = editorState.getCurrentContent(); const blockStartKey = selection.getStartKey(); return contentState.getBlockMap().get(blockStartKey); };