jodit
jodit copied to clipboard
Disabling the color plugin does not disable it for table cells
Jodit Version: 4.1.4 (also present in 4.1.16)
Browser: Chrome OS: Windows Is React App: True
Code
const editor = Jodit.make("#editor", {
"disablePlugins": "color"
});
- Add table
- Click on cell
- Inspect popup
Expected behavior:
Colorpicker is disabled everywhere
Actual behavior:
The above code correctly disables the colorPicker for the entire editor, but it does not hide it for individual table cells as described in the steps above.