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