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.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: "
|
|
758
|
+
sd.setTrackedChangesPreferences({ mode: "off", enabled: false });
|
|
759
759
|
}
|
|
760
760
|
}, []);
|
|
761
761
|
const handleError = react.useCallback(
|