You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
@chandlerprall@timroes
I have tried some code that might be able to solve the issue. Screenshot
Here on the console panel, I logged the plugins list and it can be seen that the plugin is not there in one of the two logs
(Not used useEffect so each one is logged 2 times)
I have basically used the idea of passing an extra prop which will ensure to include or not include the plugin as required.
Can I make a PR on the issue?
@chandlerprall
I have made a PR
However, it says a contributor agreement. I have signed that but still, it shows that the agreement is not signed.
Can you please explain this and review my PR?
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 text was updated successfully, but these errors were encountered: