diff --git a/src/components/core/EditorCore.jsx b/src/components/core/EditorCore.jsx index 62a38ff..70d55c9 100644 --- a/src/components/core/EditorCore.jsx +++ b/src/components/core/EditorCore.jsx @@ -1063,9 +1063,10 @@ export default class EditorCore extends Component { value={editorState.icons["paragraph"]?editorState.icons["paragraph"].value: paragraph[0].value} /> { - pIcons.filter(ic=>ic.component).map(ic=>{ + pIcons.filter(ic=>ic.component).map((ic,iIndex)=>{ const Com = ic.component; return