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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +41 -35
- package/package.json +2 -2
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: "
|
|
750
|
+
sd.setTrackedChangesPreferences({ mode: "off", enabled: false });
|
|
751
751
|
}
|
|
752
752
|
}, []);
|
|
753
753
|
const handleError = useCallback(
|