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.mjs CHANGED
@@ -747,7 +747,7 @@ var DocxDiffEditor = forwardRef(
747
747
  }, []);
748
748
  const setEditingMode = useCallback((sd) => {
749
749
  if (sd.setTrackedChangesPreferences) {
750
- sd.setTrackedChangesPreferences({ mode: "simple", enabled: false });
750
+ sd.setTrackedChangesPreferences({ mode: "off", enabled: false });
751
751
  }
752
752
  }, []);
753
753
  const handleError = useCallback(