draftjsで画像追加/表示
したいけど画像が表示されない!
わかった。。。
const newState: EditorState = AtomicBlockUtils.insertAtomicBlock(
newEditorState,
entityKey,
" " //ここにスペースがないとダメ!!! もしくは文字
// "" →❌
);
https://draftjs.org/docs/api-reference-atomic-block-utils
いまだにcharacter: string
がわかってない
insertAtomicBlock: function(
editorState: EditorState,
entityKey: string,
character: string
): EditorState
表示のFnはpluginにおまかせ