UNPKG

draft-js-modifiers

Version:
6 lines (5 loc) 225 B
var getCurrentBlock = function getCurrentBlock(editorState) { var selection = editorState.getSelection(); return editorState.getCurrentContent().getBlockForKey(selection.getStartKey()); }; export default getCurrentBlock;