wanli

Results 4 comments of wanli

hi,希望能解决你的问题 1. remove entities of current atomic block ```javascript const contentState = editorState.getCurrentContent(); const withoutAtomicEntity = Modifier.removeRange( contentState, new SelectionState({ anchorKey: atomicBlock.getKey(), anchorOffset: 0, focusKey: atomicBlock.getKey(), focusOffset: atomicBlock.getLength(), }), 'backward',...

when use storybook, it can't import jquery from 'meteor/jquery'

https://github.com/meteor/meteor/issues/6626