diff --git a/js/inline.js b/js/inline.js index 8f937f9..283eebe 100644 --- a/js/inline.js +++ b/js/inline.js @@ -201,7 +201,7 @@ export function toggleCustomInlineStyle(editorState, styleType, style) { let nextEditorState = EditorState.push( editorState, nextContentState, - 'changeinline-style' + 'change-inline-style' ); const currentStyle = editorState.getCurrentInlineStyle(); if (selection.isCollapsed()) {