yjs / y-prosemirror

ProseMirror editor binding for Yjs
https://demos.yjs.dev/prosemirror/prosemirror.html
MIT License
344 stars 119 forks source link

Emit a warning if color is not 6 digit hex #78

Closed Flamenco closed 2 years ago

Flamenco commented 2 years ago

To prevent multiple regex calls and logs, I limited the warnings output to a single one.

dmonad commented 2 years ago

Great, thanks!