From 573fe3cad3a35035574a1a4fb3d35c7e8fa47f15 Mon Sep 17 00:00:00 2001 From: Aleh Khantsevich Date: Tue, 2 Jul 2024 02:26:07 +0200 Subject: [PATCH] disable addaptive toolbar --- Wino.Mail/JS/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wino.Mail/JS/editor.js b/Wino.Mail/JS/editor.js index 577d1e1e..ffbe3a03 100644 --- a/Wino.Mail/JS/editor.js +++ b/Wino.Mail/JS/editor.js @@ -3,7 +3,7 @@ const editor = Jodit.make("#editor", { "toolbar": true, "buttons": "bold,italic,underline,strikethrough,eraser,ul,ol,font,fontsize,paragraph,indent,outdent,left,brush", "inline": true, - "adaptiveToolbar": false, + "toolbarAdaptive": false, "toolbarInlineForSelection": false, "showCharsCounter": false, "showWordsCounter": false,