Isaac Hellendag
Isaac Hellendag
I think we should not fire `onChange` until the IME string is committed. One way to handle this in `ChangeEventPlugin` would be to ignore all `input` events between `compositionstart` and...
Nice catch. It seems like empty blocks should still carry a style, and not have to be based purely on surrounding content. Right now we would look upward at the...
Thanks for starting the conversation on this. Collaborative editing is something I've thought about quite a bit. Since we haven't had a need for it at Facebook yet, I haven't...
@spicyj: Yeah, I think that can be done in the higher-level component via `ContentState` diffing, though I haven't tried it. I mentioned spellcheck as an example of where we would...
> What was that specifically? @hellendag Check out https://jsfiddle.net/salier/WWagu/3/ to play around with it. The characterData mutations for a regular spellcheck look something like this: ``` 'testt' -> 'test' ''...
The example is a bit misleading. It probably shouldn't try to use `img` directly as the atomic block, but should instead use a wrapper div and apply the width to...
Looks like this was fixed, probably with the recent Apollo changes.
To be discussed in next Core+UI sync.
Current dependencies on/for this PR: * master * **PR #9280** 👈 This comment was auto-generated by [Graphite](https://app.graphite.dev/github/pr/dagster-io/dagster/9280?utm_source=stack-comment).
@bengotow to talk to @OwenKephart about what "alias" means in this context