jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Disabling the color plugin does not disable it for table cells

Open stephane-vanraes opened this issue 10 months ago • 0 comments

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.

stephane-vanraes avatar Apr 19 '24 10:04 stephane-vanraes