Open alindas opened 5 months ago
If you want to correct the default behavior, you need to change controls
Jodit.make('#editor', {
controls: {
fullsize: {
tooltip: 'Fullsize',
iconURL: './cutom-icon.svg'
},
}
})
For example, I declared a button with a name of fullsize, but I also rewrote the exec method. I hope to implement updated icons and tooltips in the custom method. What can I do