Joeri Bakker
Joeri Bakker
URL: https://a11y.joeri.me/ GitHub repo: https://github.com/bakkerjoeri/a11y-by-example
I believe this issue relates to which formats you allow Quill to handle, which is declared in `Editor.formats`. I'll explain. These image attributes will show up in the delta as...
I'm pretty consistently running into this problem, with simple patterns like this: ```js const Media = styled('div'); const Body = styled('div'); const Card = styled('div', { display: 'flex', variants: {...
That's hard to say without looking at a code example, but my best guess is that it's a CSS problem and not related to quill. Your image is surrounded by...