UNPKG

draft-js-modifiers

Version:
7 lines (5 loc) 221 B
import { RichUtils } from 'draft-js'; var toggleEntity = function toggleEntity(editorState, entityKey) { return RichUtils.toggleLink(editorState, editorState.getSelection(), entityKey); }; export default toggleEntity;