Juan Edi
Juan Edi
I'll start with the overflow props (220-223)!
👋 `overflow`, `overflowX`, `overflowY` and `overflowWrap`: https://github.com/rtfeldman/elm-css/pull/400
If it helps, I'm experimenting with working around this by overriding the handler for the "enter" key using pretty much the same code as the default but with a few...
OK, the "workaround" I shared above doesn't actually make much sense after a deeper look. Looks like `lineFormats` was actually meant to determine the styles for the newline itself only...
Hey @jonathaneckmier! > I was able to get rid of any errors by replacing this._quill with editor in my context In the context where I took that code excerpt from,...
FWIW I am currently working around this by overriding the default keybindings, copying their behavior and manually updating the toolbar (which isn't great of course). Something like this: ```js new...