From 73eec39c6de11bd2ea571d932a44b6963dbca529 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Mon, 22 Aug 2022 13:17:55 +0200 Subject: [PATCH] Add name to the default wrap RTE command --- src/rich_text_editor/model/RichTextEditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rich_text_editor/model/RichTextEditor.js b/src/rich_text_editor/model/RichTextEditor.js index 544662283..47d660bab 100644 --- a/src/rich_text_editor/model/RichTextEditor.js +++ b/src/rich_text_editor/model/RichTextEditor.js @@ -68,6 +68,7 @@ const defActions = { }, }, wrap: { + name: 'wrap', icon: ` `,