removed table styles and fixed trigger color

This commit is contained in:
Aleh Khantsevich
2024-07-02 02:14:59 +02:00
parent 3d69f96b96
commit cd3880c85c
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +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,
"toolbarInlineForSelection": false,
"showCharsCounter": false,
"showWordsCounter": false,