If editor has a fixed height, it adds a special button in right-bottom corner to resize the editor itself.
Jodit.make('#editor', { allowResizeX: true, allowResizeY: false}); Copy
Jodit.make('#editor', { allowResizeX: true, allowResizeY: false});
If you like Jodit - try Jodit PRO
Resize editor handle
If editor has a fixed height, it adds a special button in right-bottom corner to resize the editor itself.