@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.
- package/dist/lib/browser/index.mjs +0 -2
- package/dist/lib/browser/index.mjs.map +2 -2
- package/dist/lib/browser/meta.json +1 -1
- package/dist/types/src/components/TextEditor/TextEditor.stories.d.ts +1 -1
- package/dist/types/src/components/TextEditor/TextEditor.stories.d.ts.map +1 -1
- package/package.json +24 -24
- package/src/components/TextEditor/TextEditor.stories.tsx +3 -1
- package/src/components/TextEditor/TextEditor.tsx +1 -1
- package/src/hooks/useTextEditor.ts +1 -1
|
@@ -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.
|