Refactoring

This commit is contained in:
Julia.Radzhabova
2025-10-01 12:39:18 +03:00
parent bc3d399a5d
commit a75c6a0d2e

View File

@ -802,9 +802,6 @@ define([
if (this._state.needToStartFilling) {
this._state.needToStartFilling = false;
this.requestStartFilling();
} else if (this.appConfig.isEdit && this.appConfig.canFeatureContentControl && this.appConfig.isFormCreator && !this.appConfig.isOForm) {
// var isfinal = this.api.asc_getFinal();
// isfinal && this.changeViewFormMode(true, true);
}
this.appConfig.isPDFSignatureSupport && this.appConfig.isRestrictedEdit && this.api && this.showSignatureTooltip(this.api.asc_getSignatures());