The EuiMarkdownEditor has currently no possibility to unregister the initial plugins (i.e. the tooltip plugin atm) when using it. Even passing in an empty array to the uiPlugins property will still cause it to be registered.
The component should let the consumer leave complete choice about what plugins will be used, and allow unregistering also that initial plugins.
The EuiMarkdownEditor has currently no possibility to unregister the initial plugins (i.e. the tooltip plugin atm) when using it. Even passing in an empty array to the
uiPluginsproperty will still cause it to be registered.The component should let the consumer leave complete choice about what plugins will be used, and allow unregistering also that initial plugins.