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
I'm following the tutorial from the docs to create a marker inline tool. With the exact same code, when I click on the marker button, the color picker is quickly displayed, then disappears, so it can't be used.
The doc was last updated several years ago, and works fine with older versions of Editor.js, but not with latest ones. It makes it harder to create my own inline tool.
Hi,
I'm following the tutorial from the docs to create a marker inline tool. With the exact same code, when I click on the marker button, the color picker is quickly displayed, then disappears, so it can't be used.
The doc was last updated several years ago, and works fine with older versions of Editor.js, but not with latest ones. It makes it harder to create my own inline tool.
Steps to reproduce:
"@editorjs/editorjs": "2.15.1",
Editor.js version:
2.30.6
The color plugin I use doesn't work anymore since latest Editor.js updates, see these issues:
flaming-cl/editorjs-text-color-plugin#36
flaming-cl/editorjs-text-color-plugin#35 (comment)
So I don't know how to implement a color picker with Editor.js v2.30+.
Thanks
The text was updated successfully, but these errors were encountered: