You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include code-snippet/document-editor-container/track-changes/document-editor.cs %}
37
-
{% endhighlight %}{% endtabs %}
38
+
{% endhighlight %}
39
+
{% endtabs %}
38
40
{% endif %}
39
41
40
42
>Track changes are document level settings. When opening a document, if the document does not have track changes enabled, then enableTrackChanges will be disabled even if we set enableTrackChanges={true} in the initial rendering. If you want to enable track changes for all the documents, then we recommend enabling track changes during the document change event. The following example demonstrates how to enable Track changes for the all the Document while Opening.
@@ -47,8 +49,8 @@ The following example demonstrates how to enable track changes.
0 commit comments