Bob Ippolito
Bob Ippolito
The context I'm providing is guidance for whomever wanted to work on it. We currently have a number of new contributors looking for issues to help with and this is...
No, it’s all synchronous, there’s no danger of polluting other requests assuming your finalizer is correct.
No. This function runs synchronously, no other code can execute while it is running. JavaScript doesn’t have any parallelism.
I can't reproduce this
If you think this is still an issue please create a new one with a clear reproduction that uses the current lexical build. That workaround looks like it changes enter...
Ignore the failing unit tests for now, I don't think that suite has any real value as-is (it's testing a mock implementation that doesn't really behave like any real browser)...
I think this is a design flaw, not really a bug. The workaround that is used elsewhere is to store the format on the RangeSelection, which works but that of...
It does look like there are textStyle and textFormat accessors on ParagraphNode that are currently only used by the reconciler to preserve the subtree's text style & format but that...
Not that I can see! If you were trying to preserve it on the table selection it would probably be for naught because when you focus for text entry it...
I believe that this was fixed in #6626, I can't repro