@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.
@@ -451,7 +451,7 @@ function moveToTheNextLine(editor) {
451
451
  function moveToTheNextChar(editor) {
452
452
  Transforms.move(editor, {
453
453
  distance: 1,
454
- unit: 'character'
454
+ unit: 'offset'
455
455
  });
456
456
  }
457
457
  function insertEmptyParagraph(editor, options) {