@contentful/field-editor-rich-text 2.0.0-next.36 → 2.0.0-next.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -458,7 +458,7 @@ function moveToTheNextLine(editor) {
458
458
  function moveToTheNextChar(editor) {
459
459
  slate.Transforms.move(editor, {
460
460
  distance: 1,
461
- unit: 'character'
461
+ unit: 'offset'
462
462
  });
463
463
  }
464
464
  function insertEmptyParagraph(editor, options) {