From a469896bc2af0a7f780c1315cb8e3fa3a33c1a49 Mon Sep 17 00:00:00 2001 From: Manjeet Singh <70564893+manjeet-kt@users.noreply.github.com> Date: Wed, 23 Nov 2022 00:03:25 +0530 Subject: [PATCH] Fix typo in inline.js Fixed the typo --- js/inline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {