docx-diff-editor 1.0.31 → 1.0.33

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/index.js CHANGED
@@ -755,7 +755,7 @@ var DocxDiffEditor = react.forwardRef(
755
755
  }, []);
756
756
  const setEditingMode = react.useCallback((sd) => {
757
757
  if (sd.setTrackedChangesPreferences) {
758
- sd.setTrackedChangesPreferences({ mode: "simple", enabled: false });
758
+ sd.setTrackedChangesPreferences({ mode: "off", enabled: false });
759
759
  }
760
760
  }, []);
761
761
  const handleError = react.useCallback(