Results 46 comments of Bryan Haakman

No reason, PR is welcome

I use the following component for fixing this in general for inlines, not sure if this resolves your issue on android though. You use it by placing this before and...

An example scenario: Let's say you've got a block with an _inline TeX entity_ and some text, I want to apply a link to the complete selection (inline TeX and...

Here is a plugin for achieving this behavior: ``` import { Editor, Node as SlateNode, Transforms, Range, Point, Path as SlatePath } from 'slate' export const withCorrectVoidBehavior = (editor: T)...

@BrentFarese Your change to how `onChange` gets called is interesting (synchronously instead of like currently on next tick), do you think it could be a reasonable default? Also renaming `withoutNormalizing`...

There's a PR open for this here https://github.com/yarnpkg/berry/pull/3260