@beyondwork/docx-react-component 1.0.26 → 1.0.27

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beyondwork/docx-react-component",
3
3
  "publisher": "beyondwork",
4
- "version": "1.0.26",
4
+ "version": "1.0.27",
5
5
  "description": "Embeddable React Word (docx) editor with review, comments, tracked changes, and round-trip OOXML fidelity.",
6
6
  "packageManager": "pnpm@10.30.3",
7
7
  "type": "module",
@@ -363,10 +363,6 @@ export const TwProseMirrorSurface = forwardRef<
363
363
  nodeViews: tableNodeViews,
364
364
  editable: () => canEdit,
365
365
  decorations: () => decorations,
366
- dispatchTransaction(tr) {
367
- const newState = view.state.apply(tr);
368
- view.updateState(newState);
369
- },
370
366
  });
371
367
  viewRef.current = view;
372
368
  recordPerfSample("pm.mount");