xdan / jodit

Jodit - Best WYSIWYG Editor for You
https://xdsoft.net/jodit/
MIT License
1.66k stars 350 forks source link

Disabling the color plugin does not disable it for table cells #1111

Closed stephane-vanraes closed 4 months ago

stephane-vanraes commented 5 months ago

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"
});

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.