UNPKG

draft-js-modifiers

Version:
14 lines (11 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var getCurrentBlock = function getCurrentBlock(editorState) { var selection = editorState.getSelection(); return editorState.getCurrentContent().getBlockForKey(selection.getStartKey()); }; var _default = getCurrentBlock; exports.default = _default;