ArthurWD

Results 2 comments of ArthurWD

Seems to me like this issue is indeed fixed by #24. I get this result: ``` user.update(email: '[email protected]') user.errors.full_messages.first => "Email has already been taken" ```

I have another iteration to select the previous element if the current paragraph is not empty: ```javascript import { Editor, Node, Path, Range, Transforms } from 'slate' export const withCorrectVoidBehavior...