disable addaptive toolbar

This commit is contained in:
Aleh Khantsevich
2024-07-02 02:26:07 +02:00
parent cd3880c85c
commit 573fe3cad3

View File

@@ -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,