@dxos/react-ui-editor 0.4.10-main.3c620fb → 0.4.10-main.3e35a2f

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.
@@ -4426,7 +4426,6 @@ var TextEditor = /* @__PURE__ */ forwardRef(({
4426
4426
  });
4427
4427
  const state2 = EditorState2.create({
4428
4428
  doc,
4429
- selection,
4430
4429
  extensions: [
4431
4430
  id && documentId2.of(id),
4432
4431
  // TODO(burdon): NOTE: Doesn't catch errors in keymap functions.
@@ -4854,7 +4853,6 @@ var useTextEditor = (cb = () => ({}), deps = []) => {
4854
4853
  });
4855
4854
  const state2 = EditorState3.create({
4856
4855
  doc,
4857
- selection,
4858
4856
  extensions: [
4859
4857
  id && documentId2.of(id),
4860
4858
  // TODO(burdon): Doesn't catch errors in keymap functions.