[DE forms] Fix Bug 53766

This commit is contained in:
Julia Radzhabova 2021-11-17 12:38:52 +03:00
parent b3a71bc431
commit f29ac8ad47

View file

@ -513,6 +513,7 @@ define([
this.api.asc_setRestriction(Asc.c_oAscRestrictionType.OnlyForms);
this.api.asc_SetFastCollaborative(true);
this.api.asc_setAutoSaveGap(1);
this.api.SetCollaborativeMarksShowType(Asc.c_oAscCollaborativeMarksShowType.None);
}
var $parent = labelDocName.parent();