Bob Ippolito

Results 485 comments of Bob Ippolito

The reason this happens is because there's initially an ambiguity for which style to use because there are two possible nodes when the selection is at a node boundary and...

This looks like an iframe bug, if you don't use an iframe this won't happen. Currently the only tested configuration is where the editor and the contentEditable are in the...

I agree that a single transformer could probably handle both cases, but it needs to be implemented correctly. I would recommend writing up some unit tests, it's probably an issue...

If you’d like to have that included in lexical you should submit a PR

It seems that there is an issue building the website with this change. Unfortunately I don't have permissions to see what the Vercel build error is.

The docusaurus plugin was updated in #6761 which may affect this (at least it appears to have a conflict in package.json)

Yeah I just don't think that this is implemented at all. I believe we have drag and drop to insert a new image, but not to move an existing one....

Assignment isn't needed to work on an issue, when you have a solution just submit a pull request

The image code is entirely within the playground, so you don't have to worry much about making it too generic or reusable outside of that context. You can follow the...